7 lines
67 B
C
7 lines
67 B
C
|
#ifndef DBG_H
|
||
|
#define DBG_H
|
||
|
|
||
|
void serial_print(char* str);
|
||
|
|
||
|
#endif
|