Define the parsedate function in the. h file
This commit is contained in:
parent
fdeaf46e9d
commit
b0566b6cf7
@ -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_
|
||||||
|
Loading…
Reference in New Issue
Block a user