UoS³ Flight Computer Firmware
 All Data Structures Files Functions Groups Pages
wdt.h
1 
11 #ifndef __WDT_H__
12 #define __WDT_H__
13 
14 #include <stdint.h>
15 #include <stdbool.h>
16 
23 void WDT_kick(void);
24 
25 #endif /* __LED_H__ */
void WDT_kick(void)
Definition: wdt.c:19