UoS³ Flight Computer Firmware
 All Data Structures Files Functions Groups Pages
debug.h
1 
13 #ifndef __DEBUG_H__
14 #define __DEBUG_H__
15 
24 void Debug_print(char* fmt, ...);
25 
26 #endif /* __DEBUG_H__ */
void Debug_print(char *fmt,...)
Definition: debug.c:16