diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2015-03-29 21:37:03 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2015-03-29 21:37:03 +0200 |
commit | 49012588461f1a43e9e476f676d946d91c3df9e7 (patch) | |
tree | d9e6ab6bf279889ca660ddb86f3942d41e54bf3e /usb/f1_usb.h | |
parent | 7b4ba03bc45dfed09759b9d0f99f6ddfde51ac43 (diff) |
Added STM32L0 support.
Diffstat (limited to 'usb/f1_usb.h')
-rw-r--r-- | usb/f1_usb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usb/f1_usb.h b/usb/f1_usb.h index 166c051..8510bb9 100644 --- a/usb/f1_usb.h +++ b/usb/f1_usb.h @@ -3,7 +3,6 @@ #include "generic.h" #include "f1_usb_def.h" -#include "dwc_otg_def.h" class USB_f1 : public USB_generic { private: |