FreeCalypso > hg > ffs-editor
view src/cs/system/main/main.c @ 20:49bd6136f4a9
README added
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 16 May 2020 07:27:31 +0000 |
| parents | 80c8857ce1c7 |
| children |
line wrap: on
line source
/* modified for FC FFS editor */ Application_Initialize() { Init_Target(); Init_Drivers(); #if 0 Cust_Init_Layer1(); #else /* init functions done in l1_initialize() */ initialize_wait_loop(); l1_abb_power_on(); #endif Init_Serial_Flows(); #if 0 StartFrame(); #endif Init_Unmask_IT(); }
