include string.h

This commit is contained in:
2020-12-11 12:10:26 +01:00
parent afb792a4fe
commit 5a24e47d77

View File

@ -4,6 +4,9 @@
#include <eeprom.h>
#include <config.h>
#include <string.h>
static bool showConfigCmd(uint8_t argc, char **args) {
bool retCode = true;