File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
bsp/stm32/libraries/STM32F2xx_HAL
components/drivers/usb/usbhost/class Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if GetDepend(['RT_USING_SPI']):
2929 src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_spi.c' ]
3030
3131if GetDepend (['RT_USING_USB_HOST' ]) or GetDepend (['RT_USING_USB_DEVICE' ]):
32- src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pccd .c' ]
32+ src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pccard .c' ]
3333 src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd.c' ]
3434 src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd_ex.c' ]
3535 src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_usb.c' ]
Original file line number Diff line number Diff line change 88 * 2011-12-12 Yi Qiu first version
99 */
1010
11- #ifndef __HID_H__
12- #define __HID_H__
11+ #ifndef __ADK_H__
12+ #define __ADK_H__
1313
1414#include <rtthread.h>
1515
You can’t perform that action at this time.
0 commit comments