FreeCalypso > hg > fc-selenite
view src/cs/system/Main/main.c @ 39:4934b474b5c3
components/nucleus_intram: incorporated tct.s from TCS211
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 17 Jul 2018 07:35:40 +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(); }