去除头文件中残留的#include "struct_typedef.h"
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#ifndef BSP_LED_H
|
||||
#define BSP_LED_H
|
||||
#include "struct_typedef.h"
|
||||
|
||||
/**
|
||||
* @brief aRGB show
|
||||
@@ -8,8 +7,8 @@
|
||||
* @retval none
|
||||
*/
|
||||
/**
|
||||
* @brief <20><>ʾRGB
|
||||
* @param[in] aRGB:0xaaRRGGBB,'aa' <20><><EFBFBD><CDB8><EFBFBD><EFBFBD>,'RR'<27>Ǻ<EFBFBD>ɫ,'GG'<27><><EFBFBD><EFBFBD>ɫ,'BB'<27><><EFBFBD><EFBFBD>ɫ
|
||||
* @brief <20><>ʾRGB
|
||||
* @param[in] aRGB:0xaaRRGGBB,'aa' <20><><EFBFBD><CDB8><EFBFBD><EFBFBD>,'RR'<27>Ǻ<EFBFBD>ɫ,'GG'<27><><EFBFBD><EFBFBD>ɫ,'BB'<27><><EFBFBD><EFBFBD>ɫ
|
||||
* @retval none
|
||||
*/
|
||||
extern void aRGB_led_show(uint32_t aRGB);
|
||||
|
||||
Reference in New Issue
Block a user