Small cosmetic fixes

This commit is contained in:
Kostas Missos
2018-05-29 02:05:29 +03:00
committed by nwert
parent e268222dae
commit b2762d737d
3 changed files with 17 additions and 16 deletions

View File

@@ -26,7 +26,7 @@
#include "gfx.h"
extern gfx_ctxt_t gfx_ctxt;
extern gfx_con_t gfx_con;
#define EFSPRINTF(text, ...) gfx_printf(&gfx_con, "\n\n%k[FatFS] "text"%k\n", 0xFF00FFFF, 0xFFFFFFFF)
#define EFSPRINTF(text, ...) gfx_printf(&gfx_con, "\n\n\n%k[FatFS] "text"%k\n", 0xFF00FFFF, 0xFFFFFFFF)
//#define EFSPRINTF(...)
/*--------------------------------------------------------------------------