Put this around an HW_RVL ifdef
This commit is contained in:
parent
1d2014a3c9
commit
822e2fd0d4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue