view src/cs/system/Main/main.c @ 474:8fbf3c0ea8b6

doc: Flash-boot-mode-hack article replaced with FCDEV3B-hardware-bug
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Mar 2018 07:07: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();
}