FreeCalypso > hg > ffs-editor
view src/cs/system/main/main.c @ 19:399779c700da
top make-all.sh script added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 15 May 2020 05:59:55 +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(); }