FreeCalypso > hg > ffs-editor
view src/cs/system/main/main.c @ 17:9a8a20d45be7
Timer2 for Nucleus RTOS ticks
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 15 May 2020 04:54:15 +0000 |
parents | c07376e250c1 |
children | 80c8857ce1c7 |
line wrap: on
line source
/* modified for FC FFS editor */ Application_Initialize() { Init_Target(); Init_Drivers(); #if 0 Cust_Init_Layer1(); #endif Init_Serial_Flows(); #if 0 StartFrame(); #endif Init_Unmask_IT(); }