Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
Diff: targets/hal/TARGET_Maxim/TARGET_MAX32600/PeripheralPins.c
- Revision:
- 523:d25d72bcc348
- Parent:
- 514:7668256dbe61
--- a/targets/hal/TARGET_Maxim/TARGET_MAX32600/PeripheralPins.c Thu Apr 23 09:15:08 2015 +0100
+++ b/targets/hal/TARGET_Maxim/TARGET_MAX32600/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[] = {
{ P2_4, I2C_0, (int)&((pin_function_t){&MXC_IOMAN->i2cm0_req, &MXC_IOMAN->i2cm0_ack, ((uint32_t)MXC_E_IOMAN_MAPPING_A | MXC_F_IOMAN_I2CM_CORE_IO), (MXC_F_IOMAN_I2CM_MAPPING | MXC_F_IOMAN_I2CM_CORE_IO)}) },
