aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32-h103/usb_cdcacm/cdcacm.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32-h103/usb_cdcacm/cdcacm.c')
-rw-r--r--examples/stm32-h103/usb_cdcacm/cdcacm.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/stm32-h103/usb_cdcacm/cdcacm.c b/examples/stm32-h103/usb_cdcacm/cdcacm.c
index d11d9a0..305ad43 100644
--- a/examples/stm32-h103/usb_cdcacm/cdcacm.c
+++ b/examples/stm32-h103/usb_cdcacm/cdcacm.c
@@ -17,12 +17,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <stdlib.h>
#include <libopenstm32/rcc.h>
#include <libopenstm32/gpio.h>
-#include <usbd.h>
-#include <stdlib.h>
-
-#include "cdc.h"
+#include <usb/usbd.h>
+#include <usb/cdc.h>
static const struct usb_device_descriptor dev = {
.bLength = USB_DT_DEVICE_SIZE,