mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-06 16:27:12 +01:00
5 lines
124 B
C
5 lines
124 B
C
// special dummy printf to disable Serial using some boards
|
|
int dummy_ets_printf(const char* format, ...) {
|
|
return 0;
|
|
}
|