From 0ab5ee926b5cc9b162278bd1863c81cfe07cc7dc Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 28 Jun 2016 19:13:25 +0000 Subject: Mass update of all board files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9676 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/boards/OLIMEX_STM32_E407/board.c | 5 +++++ os/hal/boards/OLIMEX_STM32_E407/board.h | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'os/hal/boards/OLIMEX_STM32_E407') diff --git a/os/hal/boards/OLIMEX_STM32_E407/board.c b/os/hal/boards/OLIMEX_STM32_E407/board.c index c516df7a1..9b5fbb797 100644 --- a/os/hal/boards/OLIMEX_STM32_E407/board.c +++ b/os/hal/boards/OLIMEX_STM32_E407/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__) diff --git a/os/hal/boards/OLIMEX_STM32_E407/board.h b/os/hal/boards/OLIMEX_STM32_E407/board.h index 0d631a3f0..d81410431 100644 --- a/os/hal/boards/OLIMEX_STM32_E407/board.h +++ b/os/hal/boards/OLIMEX_STM32_E407/board.h @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This file has been automatically generated using ChibiStudio board + * generator plugin. Do not edit manually. + */ + #ifndef BOARD_H #define BOARD_H -- cgit v1.2.3