diff options
author | flabbergast <s3+flabbergast@sdfeu.org> | 2016-05-20 19:16:47 +0100 |
---|---|---|
committer | flabbergast <s3+flabbergast@sdfeu.org> | 2016-05-20 19:16:47 +0100 |
commit | 3cde591bd28011e76cbeb56996dec8a9d151b9b6 (patch) | |
tree | db243ceded7504b40fc8645513c48d8270b13c3f /os/hal/boards | |
parent | e1311c4db6cd366cf760673f769e925741ac0ad3 (diff) | |
download | ChibiOS-Contrib-3cde591bd28011e76cbeb56996dec8a9d151b9b6.tar.gz ChibiOS-Contrib-3cde591bd28011e76cbeb56996dec8a9d151b9b6.tar.bz2 ChibiOS-Contrib-3cde591bd28011e76cbeb56996dec8a9d151b9b6.zip |
[KINETIS] Fixes for kernel-less builds.
Diffstat (limited to 'os/hal/boards')
-rw-r--r-- | os/hal/boards/PJRC_TEENSY_LC/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/boards/PJRC_TEENSY_LC/board.c b/os/hal/boards/PJRC_TEENSY_LC/board.c index 31c3ca4..ab321b8 100644 --- a/os/hal/boards/PJRC_TEENSY_LC/board.c +++ b/os/hal/boards/PJRC_TEENSY_LC/board.c @@ -14,7 +14,6 @@ limitations under the License.
*/
-#include "ch.h"
#include "hal.h"
#if HAL_USE_PAL || defined(__DOXYGEN__)
|