mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +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__
|
||||
|
||||
/* Includes ------------------------------------------------------------------*/
|
||||
#include "stm32f2xx.h"
|
||||
#include "stm32f4xx.h"
|
||||
|
||||
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#define __USB_CONF__H__
|
||||
|
||||
/* Includes ------------------------------------------------------------------*/
|
||||
#include "stm32f2xx.h"
|
||||
#include "stm32f4xx.h"
|
||||
|
||||
|
||||
/** @addtogroup USB_OTG_DRIVER
|
||||
|
Loading…
x
Reference in New Issue
Block a user