git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1012 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
9717750604
commit
26ba1c43bb
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <test.h>
|
||||
|
||||
#include "board.h"
|
||||
#include "ioports.h"
|
||||
#include "stm32_serial.h"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue