mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
fix accidental commit
This commit is contained in:
parent
eaaf2814ec
commit
3064ca5653
@ -3536,7 +3536,6 @@ bool jswrap_banglejs_idle() {
|
||||
if (bangleTasks & JSBT_MIDNIGHT) {
|
||||
jsiQueueObjectCallbacks(bangle, JS_EVENT_PREFIX"midnight", NULL, 0);
|
||||
}
|
||||
JSBT_MIDNIGHT
|
||||
if (bangleTasks & JSBT_GESTURE_DATA) {
|
||||
if (jsiObjectHasCallbacks(bangle, JS_EVENT_PREFIX"gesture")) {
|
||||
JsVar *arr = jsvNewTypedArray(ARRAYBUFFERVIEW_INT8, accGestureRecordedCount*3);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user