mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-19 10:22:44 +01:00
add PRINTF, StandardOutput for debugging
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
|
||||
#define ALINE printf("\n");
|
||||
|
||||
#define PRINTF(...) { printf(__VA_ARGS__);fflush(stdout);}
|
||||
|
||||
void delayus(unsigned int _us);
|
||||
|
||||
uint8_t invert_bit(uint8_t a);
|
||||
|
||||
Reference in New Issue
Block a user