2019-08-25 13:52:56 -05:00

7 lines
67 B
C

#ifndef DBG_H
#define DBG_H
void serial_print(char* str);
#endif