Put this around an HW_RVL ifdef

This commit is contained in:
twinaphex 2017-08-19 12:13:03 +02:00
parent 1d2014a3c9
commit 822e2fd0d4

View File

@ -309,7 +309,9 @@ static void frontend_gx_init(void *data)
__exception_setreload(8);
#endif
#ifdef HW_RVL
fatInitDefault();
#endif
#ifdef HAVE_LOGGER
devoptab_list[STD_OUT] = &dotab_stdout;