This commit is contained in:
Dmitry Borisenko
2021-01-02 03:28:43 +01:00
parent e39806e0ac
commit f8d574d15a
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ uint16_t hexStringToUint16(String hex) {
}
}
size_t itemsCount2(String& str, const String& separator) {
size_t itemsCount2(String str, const String& separator) {
// если строки поиск нет сразу выход
if (str.indexOf(separator) == -1) {
return 0;