UoS³ Flight Computer Firmware
 All Data Structures Files Functions Groups Pages
board.h
1 
9 #ifndef __BOARD_H__
10 #define __BOARD_H__
11 
12 #include "../firmware.h"
13 
21 void Board_init(void);
22 
23 #endif /* __BOARD_H__ */
void Board_init(void)
Definition: board.c:13