diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-01 10:40:23 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-01 10:40:23 +0000 |
commit | 0e39ecd8bfa36d89ca1fead2ae43068d9bdc9516 (patch) | |
tree | 8d218a504e4f60d8f2a604e12661c93436f4c74c /boards/ST_STM32373C_EVAL/board.h | |
parent | 6c8a2507a88047d8165859e787520d2cf902259d (diff) | |
download | ChibiOS-0e39ecd8bfa36d89ca1fead2ae43068d9bdc9516.tar.gz ChibiOS-0e39ecd8bfa36d89ca1fead2ae43068d9bdc9516.tar.bz2 ChibiOS-0e39ecd8bfa36d89ca1fead2ae43068d9bdc9516.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5524 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/ST_STM32373C_EVAL/board.h')
-rw-r--r-- | boards/ST_STM32373C_EVAL/board.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boards/ST_STM32373C_EVAL/board.h b/boards/ST_STM32373C_EVAL/board.h index 0fac7f27e..13676e7e6 100644 --- a/boards/ST_STM32373C_EVAL/board.h +++ b/boards/ST_STM32373C_EVAL/board.h @@ -24,7 +24,7 @@ /*
* Board identifier.
*/
-#define BOARD_ST STM32373C-EVAL
+#define BOARD_ST_STM32373C_EVAL
#define BOARD_NAME "STMicroelectronics STM32373C-EVAL"
/*
@@ -218,7 +218,7 @@ PIN_OTYPE_PUSHPULL(GPIOA_COMP2_OUT) | \
PIN_OTYPE_PUSHPULL(GPIOA_I2C2_SMB) | \
PIN_OTYPE_OPENDRAIN(GPIOA_I2C2_SCL) | \
- PIN_OTYPE_PUSHPULL(GPIOA_I2C2_SDA) | \
+ PIN_OTYPE_OPENDRAIN(GPIOA_I2C2_SDA) | \
PIN_OTYPE_PUSHPULL(GPIOA_USB_DM) | \
PIN_OTYPE_PUSHPULL(GPIOA_USB_DP) | \
PIN_OTYPE_PUSHPULL(GPIOA_SWDIO) | \
|