diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-08 13:49:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-08 13:49:19 +0000 |
commit | c44f71c52d3a90ccb5c302df378e610e25723f2a (patch) | |
tree | 56817aef2530502ab2dc040ff250b5855a3715fa /os/hal/boards/ST_EVB_SPC560P/board.c | |
parent | e5f7b7b8ff985f57f8a7994c5f7aa3bd33e983ac (diff) | |
download | ChibiOS-c44f71c52d3a90ccb5c302df378e610e25723f2a.tar.gz ChibiOS-c44f71c52d3a90ccb5c302df378e610e25723f2a.tar.bz2 ChibiOS-c44f71c52d3a90ccb5c302df378e610e25723f2a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6278 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_EVB_SPC560P/board.c')
-rw-r--r-- | os/hal/boards/ST_EVB_SPC560P/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/boards/ST_EVB_SPC560P/board.c b/os/hal/boards/ST_EVB_SPC560P/board.c index 5410436bb..3f89b89ff 100644 --- a/os/hal/boards/ST_EVB_SPC560P/board.c +++ b/os/hal/boards/ST_EVB_SPC560P/board.c @@ -14,7 +14,6 @@ limitations under the License.
*/
-#include "ch.h"
#include "hal.h"
#if HAL_USE_PAL || defined(__DOXYGEN__)
|