aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_NUCLEO144_F767ZI
diff options
context:
space:
mode:
authorUladzimir Pylinski <barthess@yandex.ru>2016-10-31 13:45:14 +0000
committerUladzimir Pylinski <barthess@yandex.ru>2016-10-31 13:45:14 +0000
commitb0a3f4b4675d1b1eadf247ead7b00f2a6cfb6db3 (patch)
tree9ab4fd83c1d5f4b73bc3198a8edd5053f998701c /os/hal/boards/ST_NUCLEO144_F767ZI
parentf7809b2ec0ba18425462345d36c715b7a6250b9c (diff)
downloadChibiOS-b0a3f4b4675d1b1eadf247ead7b00f2a6cfb6db3.tar.gz
ChibiOS-b0a3f4b4675d1b1eadf247ead7b00f2a6cfb6db3.tar.bz2
ChibiOS-b0a3f4b4675d1b1eadf247ead7b00f2a6cfb6db3.zip
STM32F7x. Nucleo-144 board.h fixes. This boards have no external USB PHY.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9893 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_NUCLEO144_F767ZI')
-rw-r--r--os/hal/boards/ST_NUCLEO144_F767ZI/board.h5
1 files changed, 0 insertions, 5 deletions
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)