view src/cs/system/main/main.c @ 24:d7740787396c

README: compal-old vs. compal-new distinction is here
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 18 Oct 2020 22:57:26 +0000
parents 80c8857ce1c7
children
line wrap: on
line source

/* modified for FC FFS editor */

Application_Initialize()
{
	Init_Target();
	Init_Drivers();
#if 0
	Cust_Init_Layer1();
#else
	/* init functions done in l1_initialize() */
	initialize_wait_loop();
	l1_abb_power_on();
#endif
	Init_Serial_Flows();
#if 0
	StartFrame();
#endif
	Init_Unmask_IT();
}