diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-03-11 15:56:26 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-03-11 15:56:26 +0000 |
commit | ad75d9621f1e6903f830af7dacccb300a99900af (patch) | |
tree | 4db5c5bc6857255c4adb5e1dba19ea9fc6fca094 | |
parent | 8b95f8629b2884fffc64dc3a64c6a372d566551e (diff) | |
download | ChibiOS-ad75d9621f1e6903f830af7dacccb300a99900af.tar.gz ChibiOS-ad75d9621f1e6903f830af7dacccb300a99900af.tar.bz2 ChibiOS-ad75d9621f1e6903f830af7dacccb300a99900af.zip |
Fixed STNucleo L4 board files (GREEN LED normally on)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9078 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/boards/ST_NUCLEO_L476RG/board.h | 2 | ||||
-rw-r--r-- | os/hal/boards/ST_NUCLEO_L476RG/cfg/board.chcfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/boards/ST_NUCLEO_L476RG/board.h b/os/hal/boards/ST_NUCLEO_L476RG/board.h index f0b1af863..eaa3bb901 100644 --- a/os/hal/boards/ST_NUCLEO_L476RG/board.h +++ b/os/hal/boards/ST_NUCLEO_L476RG/board.h @@ -349,7 +349,7 @@ PIN_ODR_HIGH(GPIOA_ARD_D1) | \
PIN_ODR_HIGH(GPIOA_ARD_D0) | \
PIN_ODR_HIGH(GPIOA_ARD_A2) | \
- PIN_ODR_HIGH(GPIOA_ARD_D13) | \
+ PIN_ODR_LOW(GPIOA_ARD_D13) | \
PIN_ODR_HIGH(GPIOA_ARD_D12) | \
PIN_ODR_HIGH(GPIOA_ARD_D11) | \
PIN_ODR_HIGH(GPIOA_ARD_D7) | \
diff --git a/os/hal/boards/ST_NUCLEO_L476RG/cfg/board.chcfg b/os/hal/boards/ST_NUCLEO_L476RG/cfg/board.chcfg index 9815f9adf..f87b9886b 100644 --- a/os/hal/boards/ST_NUCLEO_L476RG/cfg/board.chcfg +++ b/os/hal/boards/ST_NUCLEO_L476RG/cfg/board.chcfg @@ -74,7 +74,7 @@ <pin5
ID="ARD_D13 LED_GREEN"
Type="PushPull"
- Level="High"
+ Level="Low"
Speed="Maximum"
Resistor="Floating"
Mode="Output"
|