aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/otg_fs.h
diff options
context:
space:
mode:
authorGareth McMullin2011-02-10 19:58:51 +1300
committerGareth McMullin2011-02-10 19:58:51 +1300
commite64a9d2bf9751e505d344eb5024da4772c3f4e50 (patch)
treeb0511f18b10607411502f54a358572a006f77cea /include/libopencm3/stm32/otg_fs.h
parentdfa9145a34453750c7f67c187b23911c3c0e44c9 (diff)
Minor cleanup of usb. Template driver for STM32F107 added.
Diffstat (limited to 'include/libopencm3/stm32/otg_fs.h')
-rw-r--r--include/libopencm3/stm32/otg_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libopencm3/stm32/otg_fs.h b/include/libopencm3/stm32/otg_fs.h
index e7a4a23..0f07e89 100644
--- a/include/libopencm3/stm32/otg_fs.h
+++ b/include/libopencm3/stm32/otg_fs.h
@@ -21,7 +21,7 @@
#define LIBOPENCM3_OTG_FS_H
#include <libopencm3/stm32/memorymap.h>
-#include <libopencm3/common.h>
+#include <libopencm3/cm3/common.h>
/* Core Global Control and Status Registers */
#define OTG_FS_OTGCTL MMIO32(USB_OTG_FS_BASE + 0x000)