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:
parent
92e8aeb73c
commit
6d6e4e415c
|
@ -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
|
||||
/** @} */
|
||||
|
||||
|
|
Loading…
Reference in New Issue