[nrf fromlist] arch: riscv: option to init custom hw stacked esf memb… #8410
Annotations
1 error, 1 warning, and 1 notice
Run Compliance Tests
Process completed with exit code 1.
|
check-warns:
ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
-#define SOC_ISR_STACKING_ESR_INIT \
- stack_init->_mcause = 0;
+#define SOC_ISR_STACKING_ESR_INIT stack_init->_mcause = 0;
File:soc/nordic/common/vpr/soc_isr_stacking.h
Line:71
|
Run Compliance Tests:
soc/nordic/common/vpr/soc_isr_stacking.h#L71
soc/nordic/common/vpr/soc_isr_stacking.h:71
-#define SOC_ISR_STACKING_ESR_INIT \
- stack_init->_mcause = 0;
+#define SOC_ISR_STACKING_ESR_INIT stack_init->_mcause = 0;
|
Loading