mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 11:10:29 +08:00
removed break; from EVENT_ACTIVATE -- thanks @voloved
This commit is contained in:
parent
b774900ae6
commit
608199268e
|
@ -273,8 +273,6 @@ bool simple_calculator_face_loop(movement_event_t event, movement_settings_t *se
|
|||
|
||||
switch (event.event_type) {
|
||||
case EVENT_ACTIVATE:
|
||||
break;
|
||||
|
||||
case EVENT_TICK:
|
||||
switch (state->mode) {
|
||||
case MODE_ENTERING_FIRST_NUM:
|
||||
|
|
Loading…
Reference in a new issue