Define the parsedate function in the. h file

This commit is contained in:
小冯Sir 2024-05-04 17:49:19 +08:00
parent fdeaf46e9d
commit b0566b6cf7

View File

@ -14,5 +14,5 @@
#include "string.h" #include "string.h"
void command_Process(uint8_t *str,uint16_t size); void command_Process(uint8_t *str,uint16_t size);
uint8_t parsedate(const char *date_str, int *year, int *month, int *day);
#endif //FIRMWARE_CORE_APPS_INC_COMMAND_H_ #endif //FIRMWARE_CORE_APPS_INC_COMMAND_H_