FreeCalypso > hg > fc-selenite
view src/cs/system/Main/main.c @ 32:b6c8dd9a1b02
components: switch to new Nucleus
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 16 Jul 2018 05:19:45 +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(); }