mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
actual fix for compile
This commit is contained in:
parent
9b0989b377
commit
9feb8de86f
@ -3023,7 +3023,7 @@ It executes JavaScript code that was pushed to the queue by require("timer").add
|
||||
void jsiRunInterruptingJS() {
|
||||
uint8_t data[IOEVENT_MAX_LEN];
|
||||
memset(data, 0, sizeof(data));
|
||||
unsigned int len = sizeof(data)
|
||||
unsigned int len;
|
||||
if (jshPopIOEventOfType(EV_RUN_INTERRUPT_JS, data, &len))
|
||||
jsiOnRunInterruptJSEvent(data, sizeof(data));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user