os/sysroot/usr/include/dbg.h

7 lines
67 B
C
Raw Normal View History

2019-08-25 13:52:56 -05:00
#ifndef DBG_H
#define DBG_H
void serial_print(char* str);
#endif