FreeCalypso > hg > fc-magnetite
view src/cs/system/Main/main.c @ 477:f65a4399093d
hybrid config: re-enabled obscure AT commands which require TI_PS_FF_* flags
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 14 Jun 2018 03:04:53 +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(); }
