~toykeeper/flashlight-firmware/trunk

« back to all changes in this revision

Viewing changes to ToyKeeper/spaghetti-monster/fsm-events.c

  • Committer: Selene Scriven
  • Date: 2019-11-14 01:33:23 UTC
  • mto: (188.17.1 fsm)
  • mto: This revision was merged to the branch mainline in revision 238.
  • Revision ID: bzr@toykeeper.net-20191114013323-9hta3yvx03aljb0d
fixed some compile issues related to delay_4ms()

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef FSM_EVENTS_C
21
21
#define FSM_EVENTS_C
22
22
 
 
23
#include <util/delay_basic.h>
 
24
 
23
25
 
24
26
void empty_event_sequence() {
25
27
    current_event = EV_none;