diff --git a/boards/stm32c0116-dk/include/board.h b/boards/stm32c0116-dk/include/board.h index 7f1643e68c2a7..f9d715cb173e5 100644 --- a/boards/stm32c0116-dk/include/board.h +++ b/boards/stm32c0116-dk/include/board.h @@ -27,7 +27,6 @@ extern "C" { #endif - #define LED0_PIN_NUM 6 #define LED0_PORT GPIO_PORT_B /**< GPIO port of LED 0 */ #define LED0_PORT_NUM PORT_B diff --git a/boards/stm32c0316-dk/include/board.h b/boards/stm32c0316-dk/include/board.h index f83babd8742b4..0b0af599ace66 100644 --- a/boards/stm32c0316-dk/include/board.h +++ b/boards/stm32c0316-dk/include/board.h @@ -27,7 +27,6 @@ extern "C" { #endif - #define LED0_PIN_NUM 5 #define LED0_PORT GPIO_PORT_A /**< GPIO port of LED 0 */ #define LED0_PORT_NUM PORT_A diff --git a/boards/stm32g0316-disco/include/board.h b/boards/stm32g0316-disco/include/board.h index 67d218e8d715f..1a55f6c000278 100644 --- a/boards/stm32g0316-disco/include/board.h +++ b/boards/stm32g0316-disco/include/board.h @@ -27,7 +27,6 @@ extern "C" { #endif - #define LED0_PIN_NUM 12 #define LED0_PORT GPIO_PORT_A /**< GPIO port of LED 0 */ #define LED0_PORT_NUM PORT_A