From ca9424f6bafc4326630fca73edb6a8139aeba6cf Mon Sep 17 00:00:00 2001 From: amq Date: Mon, 24 Feb 2020 11:25:01 +0100 Subject: [PATCH] EFM32: fix mbed_hal-pinmap test --- .../TARGET_Silicon_Labs/TARGET_EFM32/common/CommonPinNames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_Silicon_Labs/TARGET_EFM32/common/CommonPinNames.h b/targets/TARGET_Silicon_Labs/TARGET_EFM32/common/CommonPinNames.h index 7e6e638dc4..47bc0c03fb 100644 --- a/targets/TARGET_Silicon_Labs/TARGET_EFM32/common/CommonPinNames.h +++ b/targets/TARGET_Silicon_Labs/TARGET_EFM32/common/CommonPinNames.h @@ -41,7 +41,7 @@ PI0 = 8 << 4, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, \ PJ0 = 9 << 4, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, \ PK0 = 10 << 4, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, \ - NC = (unsigned int) 0xFFFFFFFFUL + NC = (int) 0xFFFFFFFF #ifdef __cplusplus extern "C" {