comparison src/cs/system/main/main.c @ 0:92470e5d0b9e

src: partial import from FC Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 15 May 2020 01:28:16 +0000
parents
children c07376e250c1
comparison
equal deleted inserted replaced
-1:000000000000 0:92470e5d0b9e
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 }