FreeCalypso > hg > ffs-editor
view src/cs/system/main/main.c @ 5:3b367f330821
components: pruned import from Selenite
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 15 May 2020 02:20:23 +0000 |
| parents | 92470e5d0b9e |
| children | c07376e250c1 |
line wrap: on
line source
/* trivial reconstruction from disassembly */ Application_Initialize() { Init_Target(); Init_Drivers(); Cust_Init_Layer1(); Init_Serial_Flows(); StartFrame(); Init_Unmask_IT(); }
