FreeCalypso > hg > fc-selenite
view src/cs/system/Main/main.c @ 34:397e3a3274ea
NU_Create_Timer() changes for new Nucleus
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 16 Jul 2018 16:26:51 +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(); }
