FreeCalypso > hg > fc-magnetite
view src/cs/system/Main/main.c @ 243:619febca2803
configure.sh: the correct form of equality test operator in [ is '='
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 29 May 2017 06:50:47 +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(); }