FreeCalypso > hg > leo2moko-debug
diff chipsetsw/system/Main/main.c @ 15:abe969a9b145
contortions for rebuilding create_RVtasks.c from source (pulled from LoCosto)
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 06 Sep 2015 02:17:08 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chipsetsw/system/Main/main.c Sun Sep 06 02:17:08 2015 +0000 @@ -0,0 +1,11 @@ +/* trivial reconstruction from disassembly */ + +Application_Initialize() +{ + Init_Target(); + Init_Drivers(); + Cust_Init_Layer1(); + Init_Serial_Flows(); + StartFrame(); + Init_Unmask_IT(); +}