include string.h

This commit is contained in:
Wolfgang Hottgenroth 2020-12-11 12:10:26 +01:00
parent afb792a4fe
commit 5a24e47d77
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

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