FreeCalypso > hg > fc-magnetite
view src/cs/system/Main/main.c @ 410:bc1654e1e80d
AT@SPKR command in aci2 enabled for the D-Sample target
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 18 Jan 2018 06:09:39 +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(); }
