Mini optimized the E53_SF1.c

This commit is contained in:
David Lin 2021-02-09 08:54:21 +08:00 committed by GitHub
parent a706009b54
commit 882cc7358e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -274,8 +274,8 @@ void E53_SF1_Read_Data(void)
* : E53SF1_LED_StatusSet
* : E53SF1开发板上的LED灯的亮灭控制
* : status,LED灯的状态
* 1,
* 1,
* OFF,
* ON,
* :
***************************************************************/
void E53SF1_LED_StatusSet(E53SF1_Status_ENUM status)
@ -286,9 +286,9 @@ void E53SF1_LED_StatusSet(E53SF1_Status_ENUM status)
/***************************************************************
* : E53SF1_BEEP
* : E53SF1蜂鸣器报警与否
* : status,LED_ENUM枚举的数据
* LED_OFF,
* LED_ON,
* : status,E53SF1_Status_ENUM枚举的数据
* OFF,
* ON,
* :
***************************************************************/
void E53SF1_Beep(E53SF1_Status_ENUM status)