This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b9568ec13 Fix ECAT_P1_LED_LINK_ACT in xmc4800 board.
8b9568ec13 is described below

commit 8b9568ec136ad98c6020cb3873be828500c16c76
Author: Rdk-T <[email protected]>
AuthorDate: Tue May 21 10:35:11 2024 +0200

    Fix ECAT_P1_LED_LINK_ACT in xmc4800 board.
---
 boards/arm/xmc4/xmc4800-relax/include/board.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/arm/xmc4/xmc4800-relax/include/board.h 
b/boards/arm/xmc4/xmc4800-relax/include/board.h
index 5fca026ae2..e3af15469f 100644
--- a/boards/arm/xmc4/xmc4800-relax/include/board.h
+++ b/boards/arm/xmc4/xmc4800-relax/include/board.h
@@ -348,7 +348,7 @@
 #define ECAT_P0_TXD3         GPIO_ECAT_P0_TXD3_1
 #define ECAT_P0_TX_EN        GPIO_ECAT_P0_TX_EN_1
 
-#define ECAT_P1_LED_LINK_ACT GPIO_ECAT_P1_LED_LINK_ACT
+#define ECAT_P1_LED_LINK_ACT GPIO_ECAT_P1_LED_LINK_ACT_1
 #define ECAT_P1_LINK_STATUS  GPIO_ECAT_P1_LINK_STATUS_1
 #define ECAT_P1_RXD0         GPIO_ECAT_P1_RXD0_1
 #define ECAT_P1_RXD1         GPIO_ECAT_P1_RXD1_1

Reply via email to