FreeCalypso > hg > fc-magnetite
view src/cs/system/Main/main.c @ 231:06aa823879f8
2092, 2092-pwr and hybrid configs: build l1_custom_int.lib from source likewise
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 12 Mar 2017 20:11:41 +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(); }