cdc_usbserial
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef DEBUG_H_
|
||||
#define DEBUG_H_
|
||||
|
||||
|
||||
void debug_puts(char *s);
|
||||
void debug_putb(bool b);
|
||||
#endif /* DEBUG_H_ */
|
||||
Reference in New Issue
Block a user