mbed library sources
Fork of mbed-src by
Diff: targets/hal/TARGET_Maxim/TARGET_MAX32610/PeripheralPins.c
- Revision:
- 523:d25d72bcc348
- Parent:
- 507:d4fc7603a669
- Child:
- 603:3c75ef011213
--- a/targets/hal/TARGET_Maxim/TARGET_MAX32610/PeripheralPins.c Thu Apr 23 09:15:08 2015 +0100 +++ b/targets/hal/TARGET_Maxim/TARGET_MAX32610/PeripheralPins.c Fri Apr 24 08:15:12 2015 +0100 @@ -45,6 +45,10 @@ * the pointers to the "function" data members. */ +#ifdef TOOLCHAIN_ARM_STD +#pragma diag_suppress 1296 +#endif + /************I2C***************/ const PinMap PinMap_I2C_SDA[] = { { P0_4, I2C_0, (int)&((pin_function_t){&MXC_IOMAN->i2cm0_req, &MXC_IOMAN->i2cm0_ack, ((uint32_t)MXC_E_IOMAN_MAPPING_D | MXC_F_IOMAN_I2CM_CORE_IO), (MXC_F_IOMAN_I2CM_MAPPING | MXC_F_IOMAN_I2CM_CORE_IO)}) },