FreeCalypso > hg > fc-magnetite
view src/cs/system/Main/main.c @ 233:17d79c62e638
tpudrv12.c fix from tcs211-l1-reconst: rf_index static var changed to UWORD8
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 15 Mar 2017 17:43:41 +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(); }
