view src/cs/system/Main/main.c @ 139:3e16c8832c0e

src/cs/system/Main/create_RVtasks.c: header comment line length fix
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 08 Oct 2016 16:16:49 +0000
parents 134c5fe13e44
children
line wrap: on
line source

/* trivial reconstruction from disassembly */

Application_Initialize()
{
	Init_Target();
	Init_Drivers();
	Cust_Init_Layer1();
	Init_Serial_Flows();
	StartFrame();
	Init_Unmask_IT();
}