From 400e809f4fcf0a6f280cd6ac8ecefdcffaa1a56c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 17 Sep 2017 07:50:13 +0000 Subject: Fixed a typo. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10607 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/multi/PAL/cfg-stm32l476_discovery/portab.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testhal/STM32/multi/PAL/cfg-stm32l476_discovery/portab.h') diff --git a/testhal/STM32/multi/PAL/cfg-stm32l476_discovery/portab.h b/testhal/STM32/multi/PAL/cfg-stm32l476_discovery/portab.h index 72538b587..8e7c1cdcf 100644 --- a/testhal/STM32/multi/PAL/cfg-stm32l476_discovery/portab.h +++ b/testhal/STM32/multi/PAL/cfg-stm32l476_discovery/portab.h @@ -31,8 +31,8 @@ #define PORTAB_LINE_LED1 LINE_LED_GREEN #define PORTAB_LINE_LED2 LINE_LED_RED -#define PORTAB_LEN_OFF PAL_LOW -#define PORTAB_LEN_ON PAL_HIGH +#define PORTAB_LED_OFF PAL_LOW +#define PORTAB_LED_ON PAL_HIGH #define PORTAB_LINE_BUTTON LINE_JOY_CENTER #define PORTAB_BUTTON_PRESSED PAL_HIGH -- cgit v1.2.3