diff options
Diffstat (limited to 'fw')
| -rw-r--r-- | fw/can.h | 1 | ||||
| -rw-r--r-- | fw/dac.h | 1 | ||||
| -rw-r--r-- | fw/eeprom.h | 1 | ||||
| -rw-r--r-- | fw/serial.c | 2 | ||||
| -rw-r--r-- | fw/table.c | 2 |
5 files changed, 3 insertions, 4 deletions
@@ -7,6 +7,7 @@ * * Usage: * + * #include <xc.h> * #include <stdbool.h> * #include <stdint.h> * #include "types.h" @@ -5,6 +5,7 @@ * * Usage: * + * #include <xc.h> * #include <stdint.h> * #include "types.h" * #include "dac.h" diff --git a/fw/eeprom.h b/fw/eeprom.h index 96d8482..8d3d391 100644 --- a/fw/eeprom.h +++ b/fw/eeprom.h @@ -5,6 +5,7 @@ * * Usage: * + * #include <xc.h> * #include <stdint.h> * #include "types.h" * #include "eeprom.h" diff --git a/fw/serial.c b/fw/serial.c index 42a37b4..4c92bf1 100644 --- a/fw/serial.c +++ b/fw/serial.c @@ -1,5 +1,3 @@ -#include <xc.h> - #include <stdbool.h> #include <stdint.h> @@ -1,5 +1,3 @@ -#include <xc.h> - #include <stdbool.h> #include <stdint.h> |