diff options
| -rw-r--r-- | firmware/hwcompat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/hwcompat.h b/firmware/hwcompat.h index c79e3ba..2a5be14 100644 --- a/firmware/hwcompat.h +++ b/firmware/hwcompat.h @@ -20,6 +20,7 @@ #define HWCOMPAT_H #include <stdbool.h> +#include "config.h" /* Bit mask values for HW compatibility */ #define ATA_ADDRESS_300 0x0100 |