diff options
Diffstat (limited to 'fw/table.c')
| -rw-r--r-- | fw/table.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,8 +1,10 @@ #include <xc.h> +#include <stdbool.h> #include <stdint.h> #include "types.h" +#include "can.h" #include "eeprom.h" #include "table.h" |