UoS³ Flight Computer Firmware
 All Data Structures Files Functions Groups Pages
mission.c
Go to the documentation of this file.
1 
9 #include "../firmware.h"
10 
11 void Mission_Init(void)
12 {
13  /* Leeeeeeeeeeerooooy Jenkinnnnns! */
14 
15 }
16 
17 void Mission_loop(void)
18 {
19 
20 }
21 
22 void Mission_SEU(void)
23 {
24  /* TODO: Power Reset / Reboot */
25 
26 }
27