Cleanup.
This commit is contained in:
parent
0f6b1e4ae1
commit
92cbdde429
@ -258,7 +258,5 @@ uint8_t extractModeName(uint8_t mode, const char *src, char *dest, uint8_t maxLe
|
||||
if ((qComma > mode) || (printedChars >= maxLen)) break;
|
||||
}
|
||||
dest[printedChars] = '\0';
|
||||
//char *pos = strchr(dest,'@');
|
||||
//if (pos) *pos = '\0';
|
||||
return strlen(dest);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user