未验证 提交 b0102830 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #3521 from DeclanHuaChen/master

Fix some spelling mistakes
...@@ -29,7 +29,7 @@ if GetDepend(['RT_USING_SPI']): ...@@ -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']
......
...@@ -8,8 +8,8 @@ ...@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册