view src/cs/system/Main/main.c @ 323:f08212cf0b04

components/fchg compilation recipe created
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 04 Dec 2017 06:00:15 +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();
}