mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +01:00
f4 usb: fix invalid references to stm32f2xx.h
This commit is contained in:
parent
266b95561f
commit
04b81f13a7
@ -24,7 +24,7 @@
|
|||||||
#define __USBD_CONF__H__
|
#define __USBD_CONF__H__
|
||||||
|
|
||||||
/* Includes ------------------------------------------------------------------*/
|
/* Includes ------------------------------------------------------------------*/
|
||||||
#include "stm32f2xx.h"
|
#include "stm32f4xx.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#define __USB_CONF__H__
|
#define __USB_CONF__H__
|
||||||
|
|
||||||
/* Includes ------------------------------------------------------------------*/
|
/* Includes ------------------------------------------------------------------*/
|
||||||
#include "stm32f2xx.h"
|
#include "stm32f4xx.h"
|
||||||
|
|
||||||
|
|
||||||
/** @addtogroup USB_OTG_DRIVER
|
/** @addtogroup USB_OTG_DRIVER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user