Formatting fix

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14194 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
cinsights 2021-04-15 13:48:34 +00:00
parent 92e8aeb73c
commit 6d6e4e415c
1 changed files with 5 additions and 5 deletions

View File

@ -267,11 +267,11 @@
#define PORT_INFO "Preemption through PendSV (SMP)"
#endif
#else
#if (CORTEX_ALTERNATE_SWITCH == FALSE) || defined(__DOXYGEN__)
#if (CORTEX_ALTERNATE_SWITCH == FALSE) || defined(__DOXYGEN__)
#define PORT_INFO "Preemption through NMI"
#else
#else
#define PORT_INFO "Preemption through PendSV"
#endif
#endif
#endif
/** @} */