diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-18 15:29:20 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-18 15:29:20 +0000 |
commit | 01a811d27f05c73904200aaeaf618ed657b65283 (patch) | |
tree | b323e7d1c278130c57ab26ff9cc3c708adefc751 /boards | |
parent | c4a3d44d53f667cc73abf655542b2974a9b0bb93 (diff) | |
download | ChibiOS-01a811d27f05c73904200aaeaf618ed657b65283.tar.gz ChibiOS-01a811d27f05c73904200aaeaf618ed657b65283.tar.bz2 ChibiOS-01a811d27f05c73904200aaeaf618ed657b65283.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4206 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r-- | boards/ST_STM32F0_DISCOVERY/board.h | 4 | ||||
-rw-r--r-- | boards/ST_STM32L_DISCOVERY/board.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/boards/ST_STM32F0_DISCOVERY/board.h b/boards/ST_STM32F0_DISCOVERY/board.h index af811b057..ff9d035ae 100644 --- a/boards/ST_STM32F0_DISCOVERY/board.h +++ b/boards/ST_STM32F0_DISCOVERY/board.h @@ -129,8 +129,8 @@ PIN_PUDR_PULLUP(10) | \
PIN_PUDR_PULLUP(11) | \
PIN_PUDR_PULLUP(12) | \
- PIN_PUDR_PULLUP(13) | \
- PIN_PUDR_PULLUP(14) | \
+ PIN_PUDR_FLOATING(13) | \
+ PIN_PUDR_FLOATING(14) | \
PIN_PUDR_PULLUP(15))
#define VAL_GPIOA_ODR 0xFFFFFFFF
#define VAL_GPIOA_AFRL 0x00000000
diff --git a/boards/ST_STM32L_DISCOVERY/board.h b/boards/ST_STM32L_DISCOVERY/board.h index 2fc469e61..2c1a88287 100644 --- a/boards/ST_STM32L_DISCOVERY/board.h +++ b/boards/ST_STM32L_DISCOVERY/board.h @@ -202,7 +202,7 @@ PIN_PUDR_PULLUP(12) | \
PIN_PUDR_PULLUP(13) | \
PIN_PUDR_FLOATING(14) | \
- PIN_PUDR_FLOATING(15)))
+ PIN_PUDR_FLOATING(15))
#define VAL_GPIOC_ODR 0xFFFFFFFF
#define VAL_GPIOC_AFRL 0x00000000
#define VAL_GPIOC_AFRH 0x00000000
|