diff options
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F746ZG/board.h | 5 | ||||
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F767ZI/board.h | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/os/hal/boards/ST_NUCLEO144_F746ZG/board.h b/os/hal/boards/ST_NUCLEO144_F746ZG/board.h index 33d4f86f9..1314e7bbb 100644 --- a/os/hal/boards/ST_NUCLEO144_F746ZG/board.h +++ b/os/hal/boards/ST_NUCLEO144_F746ZG/board.h @@ -34,11 +34,6 @@ #define BOARD_PHY_RMII
/*
- * The board has an ULPI USB PHY.
- */
-#define BOARD_OTG2_USES_ULPI
-
-/*
* Board oscillators-related settings.
*/
#if !defined(STM32_LSECLK)
diff --git a/os/hal/boards/ST_NUCLEO144_F767ZI/board.h b/os/hal/boards/ST_NUCLEO144_F767ZI/board.h index 3b15e9b9a..8d18026e1 100644 --- a/os/hal/boards/ST_NUCLEO144_F767ZI/board.h +++ b/os/hal/boards/ST_NUCLEO144_F767ZI/board.h @@ -34,11 +34,6 @@ #define BOARD_PHY_RMII
/*
- * The board has an ULPI USB PHY.
- */
-#define BOARD_OTG2_USES_ULPI
-
-/*
* Board oscillators-related settings.
*/
#if !defined(STM32_LSECLK)
|