From 7f0a54a8ee175106254982dc12c184d7c25849b4 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan <clyne@bitgloo.com> Date: Thu, 11 Jun 2020 10:15:31 -0400 Subject: made classes for drivers --- source/usbcfg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/usbcfg.h') 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; -- cgit v1.2.3