UoS³ Flight Computer Firmware
 All Data Structures Files Functions Groups Pages
debug.c
Go to the documentation of this file.
1 
11 #include "board.h"
12 
13 #include "../debug.h"
14 
15 void Debug_print(char* fmt, ...) {
16  (void) fmt;
17 }
18 
void Debug_print(char *fmt,...)
Definition: debug.c:16