no longer light LED1 on overflow - it's annoying

This commit is contained in:
Gordon Williams 2013-12-20 12:12:07 +00:00
parent 5ef72cdb0d
commit f81a182101

View File

@ -127,9 +127,6 @@ volatile unsigned char ioHead=0, ioTail=0;
void jshIOEventOverflowed() {
// Error here - just light LED as we can't do much else right now
#ifdef LED1_PININDEX
jshPinOutput(LED1_PININDEX, 1);
#endif
}