aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_STM32F3_DISCOVERY_REVC/board.c
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2017-08-11 13:22:02 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2017-08-11 13:22:02 +0000
commita152d4e54534be7ee3c00d47e656d8cc7e439379 (patch)
tree98ac6fc2b73d9e0c747833b78ca9c39c03cbaa33 /os/hal/boards/ST_STM32F3_DISCOVERY_REVC/board.c
parente40f3fe599789c0cf03ce6542b78436d04db57c8 (diff)
downloadChibiOS-a152d4e54534be7ee3c00d47e656d8cc7e439379.tar.gz
ChibiOS-a152d4e54534be7ee3c00d47e656d8cc7e439379.tar.bz2
ChibiOS-a152d4e54534be7ee3c00d47e656d8cc7e439379.zip
Fixed Bug #869
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10397 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_STM32F3_DISCOVERY_REVC/board.c')
-rw-r--r--os/hal/boards/ST_STM32F3_DISCOVERY_REVC/board.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/boards/ST_STM32F3_DISCOVERY_REVC/board.c b/os/hal/boards/ST_STM32F3_DISCOVERY_REVC/board.c
index f56bd1a03..52b14f7e2 100644
--- a/os/hal/boards/ST_STM32F3_DISCOVERY_REVC/board.c
+++ b/os/hal/boards/ST_STM32F3_DISCOVERY_REVC/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__)