diff options
Diffstat (limited to 'source/usbcfg.h')
-rw-r--r-- | source/usbcfg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/usbcfg.h b/source/usbcfg.h index 886cd02..2fceccb 100644 --- a/source/usbcfg.h +++ b/source/usbcfg.h @@ -17,6 +17,8 @@ #ifndef USBCFG_H
#define USBCFG_H
+#include "hal.h"
+
extern const USBConfig usbcfg;
extern SerialUSBConfig serusbcfg;
extern SerialUSBDriver SDU1;
|