1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-01-30 05:04:17 +00:00
Files
mist-devel.mist-board/tests/fattests/spi.h
2014-12-01 11:35:12 +00:00

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);