FreeCalypso > hg > fc-selenite
view src/cs/system/Main/main.c @ 30:c8a4561ef581
scripts/test-{make,setup}.sh: component compilation test
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 16 Jul 2018 00:10:23 +0000 |
| parents | b6a5e36de839 |
| 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(); }
