From 3e78c3eec551d6e2901151af5749431c2427a448 Mon Sep 17 00:00:00 2001 From: Janez Date: Fri, 8 Jan 2016 18:31:22 +0100 Subject: [PATCH] dsPIC30 works. --- stack/dsPIC30F/CO_driver.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stack/dsPIC30F/CO_driver.h b/stack/dsPIC30F/CO_driver.h index c1c3e41..c0c1633 100644 --- a/stack/dsPIC30F/CO_driver.h +++ b/stack/dsPIC30F/CO_driver.h @@ -31,9 +31,10 @@ /* For documentation see file drvTemplate/CO_driver.h */ -#include /* processor header file */ +#include /* processor header file */ #include /* for 'NULL' */ #include /* for 'int8_t' to 'uint64_t' */ +#include /* for true and false */ /* CAN module base address */