view src/cs/system/main/main.c @ 198:712a28fda778

init.c: sync with Magnetite This change affects only the D-Sample target which is not supported in Selenite, but we need to keep the diff down.
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 28 May 2020 05:33:05 +0000
parents 1eb391057168
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();
}