mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 23:15:15 +00:00
STM32 F4 OTGHS device controller driver from Brennan Ashton
This commit is contained in:
parent
4dea8ef794
commit
13332e41d2
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ ifeq ($(CONFIG_STM32_FSMC),y)
|
|||
CSRCS += stm32_extmem.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_STM32_OTGFHS),y)
|
||||
ifeq ($(CONFIG_STM32_OTGHS),y)
|
||||
CSRCS += stm32_usb.c
|
||||
endif
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
|
||||
#include "up_arch.h"
|
||||
#include "stm32.h"
|
||||
#include "stm32_otgfs.h"
|
||||
#include "stm32_otghs.h"
|
||||
#include "stm32f429i-disco.h"
|
||||
|
||||
#ifdef CONFIG_STM32_OTGHS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue