FreeCalypso > hg > leo2moko-debug
view chipsetsw/system/Main/main.c @ 19:8e7d4b264c73
pdt_2092: LCD output to RVTMUX implemented, hits RVT memory limits
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Sun, 06 Sep 2015 06:52:39 +0000 |
| parents | abe969a9b145 |
| 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(); }
