forked from PAWPAW-Mirror/lib_xua
Moved USER_MAIN_CORES to top or par{} - helps when external uses function ptrs etc
This commit is contained in:
@@ -560,6 +560,8 @@ int main()
|
||||
USER_MAIN_DECLARATIONS
|
||||
par
|
||||
{
|
||||
USER_MAIN_CORES
|
||||
|
||||
on tile[XUD_TILE]:
|
||||
par
|
||||
{
|
||||
@@ -674,12 +676,11 @@ int main()
|
||||
#endif
|
||||
#endif
|
||||
|
||||
USER_MAIN_CORES
|
||||
}
|
||||
|
||||
#ifdef SU1_ADC_ENABLE
|
||||
xs1_su_adc_service(c_adc);
|
||||
#endif
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user