FreeCalypso > hg > fc-magnetite
view src/cs/system/Main/main.c @ 163:2948924c8299
src/g23m-aci/ati_ext: import from another location in the TCS3.2 src tree
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 11 Oct 2016 02:40:18 +0000 |
parents | 134c5fe13e44 |
children |
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(); }