view src/cs/system/Main/main.c @ 281:852b8410431d

mem_load.c: removal of checksum changes produces perfect reconstruction of TCS211 mem_load.obj except for register allocator diffs
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 07 Aug 2017 05:34:38 +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();
}