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
This commit is contained in:
Rocco Marco Guglielmi 2016-03-11 15:56:26 +00:00
parent 8b95f8629b
commit ad75d9621f
2 changed files with 2 additions and 2 deletions

View File

@ -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) | \

View File

@ -74,7 +74,7 @@
<pin5
ID="ARD_D13 LED_GREEN"
Type="PushPull"
Level="High"
Level="Low"
Speed="Maximum"
Resistor="Floating"
Mode="Output"