dsPIC30 works.
This commit is contained in:
parent
40f329d0f1
commit
3e78c3eec5
1 changed files with 2 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue