mbed library sources. Supersedes mbed-src.
Dependents: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
Diff: targets/TARGET_ONSEMI/TARGET_NCS36510/exceptions.c
- Revision:
- 186:707f6e361f3e
- Parent:
- 184:08ed48f1de7f
- Child:
- 189:f392fc9709a3
--- a/targets/TARGET_ONSEMI/TARGET_NCS36510/exceptions.c Thu Apr 19 17:12:19 2018 +0100 +++ b/targets/TARGET_ONSEMI/TARGET_NCS36510/exceptions.c Fri Jun 22 16:45:37 2018 +0100 @@ -117,11 +117,13 @@ Uart2_Irq(); } +#ifdef DEVICE_RTC /** Call the RTC IRQ handler */ void fIrqRtcHandler(void) { fRtcHandler(); } +#endif /** Call the I2C IRQ handler */ void fIrqI2CHandler(void)