mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
no longer light LED1 on overflow - it's annoying
This commit is contained in:
parent
5ef72cdb0d
commit
f81a182101
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user