FreeCalypso > hg > ffs-editor
view src/cs/system/main/main.c @ 15:41e50f700ee2
FFS: pcm_init() call removed
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 15 May 2020 04:32:48 +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(); }