comparison 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
comparison
equal deleted inserted replaced
14:91fb52ecb228 15:abe969a9b145
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 }