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
1 changed files with 2 additions and 0 deletions

View File

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