aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_NUCLEO144_F746ZG/board.c
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-05-29 09:13:17 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-05-29 09:13:17 +0000
commit1ab61e8d8f03953e328466e58c041372164f14a4 (patch)
treec5b09d7e4a4c5a4cee89de85f56c9113e3072b95 /os/hal/boards/ST_NUCLEO144_F746ZG/board.c
parent4838806bfec4edfa5f016e0c4fe6637cf3052a74 (diff)
downloadChibiOS-1ab61e8d8f03953e328466e58c041372164f14a4.tar.gz
ChibiOS-1ab61e8d8f03953e328466e58c041372164f14a4.tar.bz2
ChibiOS-1ab61e8d8f03953e328466e58c041372164f14a4.zip
Implemented LSE Drive parameter for STM32F7xx, re-generated F7 board files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10225 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, 5 insertions, 0 deletions
diff --git a/os/hal/boards/ST_NUCLEO144_F746ZG/board.c b/os/hal/boards/ST_NUCLEO144_F746ZG/board.c
index 89e8c2319..65b74d0c6 100644
--- a/os/hal/boards/ST_NUCLEO144_F746ZG/board.c
+++ b/os/hal/boards/ST_NUCLEO144_F746ZG/board.c
@@ -14,6 +14,11 @@
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__)