pentabug/firmware/lib/lifecycle.c

6 lines
127 B
C
Raw Normal View History

2013-08-26 01:08:00 +02:00
#include <pentabug/lifecycle.h>
jmp_buf app_jmp_buf;
volatile uint8_t app_should_stop = 0;
volatile int8_t app_direction = 1;