mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
riscv_exception.c: Add missing comma in exception reasons array
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
28eaa08cbc
commit
c66b0866e8
@@ -75,7 +75,7 @@ static const char *g_reasons_str[RISCV_MAX_EXCEPTION + 1] =
|
||||
"Software check",
|
||||
#endif
|
||||
#if RISCV_MAX_EXCEPTION > 18
|
||||
"Hardware error"
|
||||
"Hardware error",
|
||||
#endif
|
||||
#ifdef RISCV_CUSTOM_EXCEPTION_REASONS
|
||||
RISCV_CUSTOM_EXCEPTION_REASONS
|
||||
|
||||
Reference in New Issue
Block a user