cleanup code

This commit is contained in:
Harald Pichler 2016-11-03 08:11:42 +01:00
parent 0556557d8b
commit 79b69334df
3 changed files with 14 additions and 13 deletions

View file

@ -61,6 +61,7 @@ void mcu_sleep_set(uint8_t value);
extern void loop (void);
extern void setup (void);
extern void arduino_init (void);
extern void button (void);
extern struct process arduino_sketch;