open-story-teller/firmware/system/debug.h

7 lines
82 B
C

#ifndef DEBUG_H
#define DEBUG_H
void debug_printf(char const *fmt, ...);
#endif