diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-02 14:43:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-02 14:43:15 +0000 |
commit | 013c01cc71fa2f669b537d86a1c657d0ac86b698 (patch) | |
tree | 3e916f03ecd0ecce8272232031a41d3e3ed9a47c /boards/ST_STM32F0_DISCOVERY/board.c | |
parent | 66be672e0799a08cfc26784fd3f503e05d699b41 (diff) | |
download | ChibiOS-013c01cc71fa2f669b537d86a1c657d0ac86b698.tar.gz ChibiOS-013c01cc71fa2f669b537d86a1c657d0ac86b698.tar.bz2 ChibiOS-013c01cc71fa2f669b537d86a1c657d0ac86b698.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6600 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/ST_STM32F0_DISCOVERY/board.c')
-rw-r--r-- | boards/ST_STM32F0_DISCOVERY/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boards/ST_STM32F0_DISCOVERY/board.c b/boards/ST_STM32F0_DISCOVERY/board.c index 0393835ad..7f28873cd 100644 --- a/boards/ST_STM32F0_DISCOVERY/board.c +++ b/boards/ST_STM32F0_DISCOVERY/board.c @@ -14,7 +14,6 @@ limitations under the License.
*/
-#include "ch.h"
#include "hal.h"
#if HAL_USE_PAL || defined(__DOXYGEN__)
|