view chipsetsw/system/Main/main.c @ 46:f297861532cf

fix for the keypad backlight flicker (LT_Status() for deep sleep)
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Thu, 12 Nov 2015 05:10:51 +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();
}