aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_NUCLEO_F411RE
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-11-02 13:57:35 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-11-02 13:57:35 +0000
commit8660bfacc9cdaf0c70a5b81885dba2601d5af52e (patch)
tree05ac7fa3ccc93d65dc5c595278fa966ad8ca4af6 /os/hal/boards/ST_NUCLEO_F411RE
parentb8c517e46d35e5c9691545eda8fe9b6c40d6943a (diff)
downloadChibiOS-8660bfacc9cdaf0c70a5b81885dba2601d5af52e.tar.gz
ChibiOS-8660bfacc9cdaf0c70a5b81885dba2601d5af52e.tar.bz2
ChibiOS-8660bfacc9cdaf0c70a5b81885dba2601d5af52e.zip
Small fix to Nucleo board files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8419 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_NUCLEO_F411RE')
-rw-r--r--os/hal/boards/ST_NUCLEO_F411RE/board.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/os/hal/boards/ST_NUCLEO_F411RE/board.h b/os/hal/boards/ST_NUCLEO_F411RE/board.h
index 32e0c05d1..381a9dd1d 100644
--- a/os/hal/boards/ST_NUCLEO_F411RE/board.h
+++ b/os/hal/boards/ST_NUCLEO_F411RE/board.h
@@ -27,7 +27,6 @@
#define BOARD_ST_NUCLEO_F411RE
#define BOARD_NAME "STMicroelectronics NUCLEO-F411RE"
-
/*
* Board oscillators-related settings.
* NOTE: LSE not fitted.
@@ -309,7 +308,7 @@
PIN_PUPDR_PULLUP(GPIOA_PIN8) | \
PIN_PUPDR_PULLUP(GPIOA_PIN9) | \
PIN_PUPDR_PULLUP(GPIOA_PIN10) | \
- PIN_PUPDR_FLOATING(GPIOA_OTG_FS_DM) | \
+ PIN_PUPDR_PULLUP(GPIOA_OTG_FS_DM) | \
PIN_PUPDR_FLOATING(GPIOA_OTG_FS_DP) | \
PIN_PUPDR_PULLUP(GPIOA_SWDIO) | \
PIN_PUPDR_PULLDOWN(GPIOA_SWCLK) | \