aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_NUCLEO144_F746ZG/board.c
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-08-24 12:17:32 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-08-24 12:17:32 +0000
commit1512038d266bd1a11dfac892eeedc91261ff9bcc (patch)
treef0c79950250ead18ea864bade2854f7ad17f259a /os/hal/boards/ST_NUCLEO144_F746ZG/board.c
parent74881fe821cccd5040ef1ec5f48a14d3ddf8ce98 (diff)
downloadChibiOS-1512038d266bd1a11dfac892eeedc91261ff9bcc.tar.gz
ChibiOS-1512038d266bd1a11dfac892eeedc91261ff9bcc.tar.bz2
ChibiOS-1512038d266bd1a11dfac892eeedc91261ff9bcc.zip
Added missing Ethernet PHY related PINs
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9737 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_NUCLEO144_F746ZG/board.c')
-rw-r--r--os/hal/boards/ST_NUCLEO144_F746ZG/board.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/os/hal/boards/ST_NUCLEO144_F746ZG/board.c b/os/hal/boards/ST_NUCLEO144_F746ZG/board.c
index 65b74d0c6..89e8c2319 100644
--- a/os/hal/boards/ST_NUCLEO144_F746ZG/board.c
+++ b/os/hal/boards/ST_NUCLEO144_F746ZG/board.c
@@ -14,11 +14,6 @@
limitations under the License.
*/
-/*
- * This file has been automatically generated using ChibiStudio board
- * generator plugin. Do not edit manually.
- */
-
#include "hal.h"
#if HAL_USE_PAL || defined(__DOXYGEN__)