comparison src/cs/system/main/main.c @ 13:c07376e250c1

src/cs/system/main modules patched for passing link
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 15 May 2020 04:25:10 +0000
parents 92470e5d0b9e
children 80c8857ce1c7
comparison
equal deleted inserted replaced
12:054ac529dfd3 13:c07376e250c1
1 /* trivial reconstruction from disassembly */ 1 /* modified for FC FFS editor */
2 2
3 Application_Initialize() 3 Application_Initialize()
4 { 4 {
5 Init_Target(); 5 Init_Target();
6 Init_Drivers(); 6 Init_Drivers();
7 #if 0
7 Cust_Init_Layer1(); 8 Cust_Init_Layer1();
9 #endif
8 Init_Serial_Flows(); 10 Init_Serial_Flows();
11 #if 0
9 StartFrame(); 12 StartFrame();
13 #endif
10 Init_Unmask_IT(); 14 Init_Unmask_IT();
11 } 15 }