From 8660bfacc9cdaf0c70a5b81885dba2601d5af52e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 2 Nov 2015 13:57:35 +0000 Subject: Small fix to Nucleo board files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8419 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/boards/ST_NUCLEO_F411RE/board.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'os/hal/boards/ST_NUCLEO_F411RE') 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) | \ -- cgit v1.2.3