Merge pull request #3521 from DeclanHuaChen/master

Fix some spelling mistakes
This commit is contained in:
Bernard Xiong 2020-04-11 18:14:55 +08:00 committed by GitHub
commit b0102830e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ if GetDepend(['RT_USING_SPI']):
src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_spi.c'] src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_spi.c']
if GetDepend(['RT_USING_USB_HOST']) or GetDepend(['RT_USING_USB_DEVICE']): if GetDepend(['RT_USING_USB_HOST']) or GetDepend(['RT_USING_USB_DEVICE']):
src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pccd.c'] src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pccard.c']
src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd.c'] src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd.c']
src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd_ex.c'] src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd_ex.c']
src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_usb.c'] src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_usb.c']

View File

@ -8,8 +8,8 @@
* 2011-12-12 Yi Qiu first version * 2011-12-12 Yi Qiu first version
*/ */
#ifndef __HID_H__ #ifndef __ADK_H__
#define __HID_H__ #define __ADK_H__
#include <rtthread.h> #include <rtthread.h>