printfs aren't useful on the micro
This commit is contained in:
parent
4e2945f850
commit
3ec149e90e
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@
|
|||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef AVR
|
||||
#define printf(...) (0)
|
||||
#endif
|
||||
|
||||
struct wwvb_t {
|
||||
int16_t yday; // 1..365, or 1..366 in leap years
|
||||
int8_t hour; // 0..23
|
||||
|
|
|
|||
Loading…
Reference in a new issue