diff options
| author | Damien George | 2015-01-12 16:13:29 +0000 |
|---|---|---|
| committer | Damien George | 2015-01-12 16:13:29 +0000 |
| commit | 131185a2b84de5432c33b2aa46bff8c2354297ca (patch) | |
| tree | 1aff757cd5d22d338bc06323dc5acd0cce285264 /stmhal/boards/NETDUINO_PLUS_2 | |
| parent | 7630d9ca0e7ed9dcea675b85923503f5d922f6ce (diff) | |
stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards.
This config option is for the USB OTG pin, pin A10. This is used on
some boards but not others. Eg PYBv3 uses PA10 for LED(2), so it
shouldn't be used for OTG ID (actually PA10 is multiplexed on this
board, but defaults to LED(2)).
Partially addresses issue #1059.
Diffstat (limited to 'stmhal/boards/NETDUINO_PLUS_2')
| -rw-r--r-- | stmhal/boards/NETDUINO_PLUS_2/stm32f4xx_hal_conf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/boards/NETDUINO_PLUS_2/stm32f4xx_hal_conf.h b/stmhal/boards/NETDUINO_PLUS_2/stm32f4xx_hal_conf.h index 8d1563566..f266732d5 100644 --- a/stmhal/boards/NETDUINO_PLUS_2/stm32f4xx_hal_conf.h +++ b/stmhal/boards/NETDUINO_PLUS_2/stm32f4xx_hal_conf.h @@ -48,7 +48,6 @@ #define STM32F405xx
#define USE_USB_FS
-#define USE_USB_OTG_ID 0
/* ########################## Module Selection ############################## */
/**
|
