git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1012 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-06-02 09:38:09 +00:00
parent 9717750604
commit 26ba1c43bb
2 changed files with 7 additions and 1 deletions

View File

@ -32,6 +32,13 @@
#define FALSE 0
#define TRUE (!FALSE)
/*
* This module requires the port driver.
*/
#ifndef _IOPORTS_LLD_H_
#include "ioports.h"
#endif
#define BOARD_OLIMEX_STM32_P103
/*

View File

@ -21,7 +21,6 @@
#include <test.h>
#include "board.h"
#include "ioports.h"
#include "stm32_serial.h"
/*