FreeCalypso > hg > fc-tourmaline
view src/cs/system/main/main.c @ 65:482ce95bc49c
mmiMmi.h: white space fixes
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 23 Oct 2020 00:46:47 +0000 |
| parents | 4e78acac3d88 |
| 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(); }
