Fix some spelling mistakes

This commit is contained in:
DeclanHuaChen 2020-04-11 16:06:32 +08:00
parent 00f5094150
commit 9545529b33
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']
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_ex.c']
src += ['STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_usb.c']

View File

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