cleaned up nordic config

This commit is contained in:
2018-04-09 22:23:29 +02:00
parent dc78c4da41
commit 73e134d0b6
2 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ void cfg_hex_parse(uint8_t *dest, uint32_t count, const char *value, bool *suc)
if (v != 0) value++;
uint8_t nibble = 0;
if (v == ' ' || v == '.' || v == '-' || v == ':') {
if (v == ' ' || v == '.' || v == ',' || v == '-' || v == ':') {
continue; // junk
}
else if (v >= '0' && v <= '9') {