Skip to content

Commit 9545529

Browse files
committed
Fix some spelling mistakes
1 parent 00f5094 commit 9545529

File tree

2 files changed

+3
-3
lines changed
  • bsp/stm32/libraries/STM32F2xx_HAL
  • components/drivers/usb/usbhost/class

2 files changed

+3
-3
lines changed

bsp/stm32/libraries/STM32F2xx_HAL/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if GetDepend(['RT_USING_SPI']):
2929
src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_spi.c']
3030

3131
if 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']

components/drivers/usb/usbhost/class/adk.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
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

0 commit comments

Comments
 (0)