diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-06-11 10:15:31 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-06-11 10:15:31 -0400 |
commit | 7f0a54a8ee175106254982dc12c184d7c25849b4 (patch) | |
tree | 4415a7f58bdb2d17266c9bfa267f5f903e5177a6 /source/usbcfg.h | |
parent | 14eb7970debdafdd7e8486eced64d4b718a821a7 (diff) |
made classes for drivers
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;
|