view chipsetsw/system/Main/main.c @ 32:f6eaed5c5322

crazy-supersize RVT pool - we were still getting some lost msgs on the GTA02
author Space Falcon <falcon@ivan.Harhan.ORG>
date Wed, 09 Sep 2015 03:56:15 +0000
parents abe969a9b145
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();
}