mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-01-30 05:04:17 +00:00
6 lines
170 B
C
6 lines
170 B
C
/* dummy for fat tests */
|
|
|
|
#define iprintf(a, ...) printf(a, ##__VA_ARGS__)
|
|
char BootPrint(const char *text);
|
|
void ErrorMessage(const char *message, unsigned char code);
|