view src/cs/system/Main/main.c @ 461:69da44f2909e

doc/Compiling: mention that the dsample target is currently D-Sample C05
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 19 Mar 2018 18:47:51 +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();
}