FreeCalypso > hg > leo2moko-debug
view chipsetsw/system/Main/main.c @ 25:0a6d65238088 default tip
use neutralized version of bootloader.lib
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 07 Sep 2015 18:21:02 +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(); }
