cdc_usbserial

This commit is contained in:
2022-10-15 18:48:02 +02:00
parent b624664f52
commit 7441c5a4b2
21 changed files with 1865 additions and 3 deletions
@@ -0,0 +1,7 @@
#ifndef DEBUG_H_
#define DEBUG_H_
void debug_puts(char *s);
void debug_putb(bool b);
#endif /* DEBUG_H_ */