1
0
Fork 0

dsPIC30 works.

This commit is contained in:
Janez 2016-01-08 18:31:22 +01:00
parent 40f329d0f1
commit 3e78c3eec5

View file

@ -31,9 +31,10 @@
/* For documentation see file drvTemplate/CO_driver.h */
#include <p30fxxxx.h> /* processor header file */
#include <p30Fxxxx.h> /* processor header file */
#include <stddef.h> /* for 'NULL' */
#include <stdint.h> /* for 'int8_t' to 'uint64_t' */
#include <stdbool.h> /* for true and false */
/* CAN module base address */