FreeCalypso > hg > fc-magnetite
view src/cs/system/Main/main.c @ 476:43853399dbee
FFS: support different flash chip found on some Mot C11x phones
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 30 Mar 2018 15:40:40 +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(); }
