From a277abe2c171a753bcefb8d7cd1491f437734b77 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 28 Aug 2013 18:03:08 +0000 Subject: [PATCH] [usb-f103] Use the "modern" /rcc include instead of f1. The f103 usb core should be usable on the l1 as well, and the /f1/rcc isn't explicitly required anymore. This is an important change to be able to share the driver. --- lib/usb/usb_f103.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/usb/usb_f103.c b/lib/usb/usb_f103.c index f567f40d..2985650b 100644 --- a/lib/usb/usb_f103.c +++ b/lib/usb/usb_f103.c @@ -17,8 +17,8 @@ * along with this library. If not, see . */ -#include #include +#include #include #include #include