[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.
This commit is contained in:
@@ -17,8 +17,8 @@
|
|||||||
* along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <libopencm3/stm32/f1/rcc.h>
|
|
||||||
#include <libopencm3/cm3/common.h>
|
#include <libopencm3/cm3/common.h>
|
||||||
|
#include <libopencm3/stm32/rcc.h>
|
||||||
#include <libopencm3/stm32/tools.h>
|
#include <libopencm3/stm32/tools.h>
|
||||||
#include <libopencm3/stm32/usb.h>
|
#include <libopencm3/stm32/usb.h>
|
||||||
#include <libopencm3/usb/usbd.h>
|
#include <libopencm3/usb/usbd.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user