FreeCalypso > hg > fc-magnetite
view src/cs/system/Main/main.c @ 274:97b311bae21f
aci2: axed the CongiureGPIO_Internal() bogon left over from
the original clueless attempt to implement AP interrupts
in early Openmoko days
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 06 Aug 2017 19:17:16 +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(); }