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);
|
__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;
|
||||||
|
|
Loading…
Reference in New Issue