1
0
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:
Stacey Sheldon 2012-01-30 22:29:39 -05:00
parent 266b95561f
commit 04b81f13a7
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
#define __USBD_CONF__H__
/* Includes ------------------------------------------------------------------*/
#include "stm32f2xx.h"
#include "stm32f4xx.h"

View File

@ -24,7 +24,7 @@
#define __USB_CONF__H__
/* Includes ------------------------------------------------------------------*/
#include "stm32f2xx.h"
#include "stm32f4xx.h"
/** @addtogroup USB_OTG_DRIVER