FreeCalypso > hg > fc-magnetite
diff src/cs/system/Main/main.c @ 98:134c5fe13e44
src/cs/system/Main: recompilable C sources added from leo2moko-debug
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 03 Oct 2016 23:42:19 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cs/system/Main/main.c Mon Oct 03 23:42:19 2016 +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(); +}