trivial; alter autoleds to indicate ISR entry/exit -- makes tickless visibly obvious

This commit is contained in:
ziggurat29 2016-07-08 17:32:26 -05:00
parent af236d4784
commit 2938ab7c97

View File

@ -186,7 +186,7 @@
#define LED_HEAPALLOCATE 0
#define LED_IRQSENABLED 0
#define LED_STACKCREATED 1
#define LED_INIRQ 2
#define LED_INIRQ 1
#define LED_SIGNAL 2
#define LED_ASSERTION 2
#define LED_PANIC 1