view src/cs/system/Main/main.c @ 232:cbee8f31694a

l1_rf12.c: rf_850 Tx calchan bogon fixed
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 12 Mar 2017 20:58:28 +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();
}