comparison 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
comparison
equal deleted inserted replaced
97:ffa25a27fa27 98:134c5fe13e44
1 /* trivial reconstruction from disassembly */
2
3 Application_Initialize()
4 {
5 Init_Target();
6 Init_Drivers();
7 Cust_Init_Layer1();
8 Init_Serial_Flows();
9 StartFrame();
10 Init_Unmask_IT();
11 }