added error logging to tinyframe

This commit is contained in:
2018-01-12 09:55:47 +01:00
parent 7816d75563
commit e471497577
3 changed files with 31 additions and 6 deletions
-3
View File
@@ -110,9 +110,6 @@ static void settings_bulkwrite_cb(BulkWrite *bulk, const uint8_t *chunk, uint32_
return;
}
PUTSN((const char *) chunk, len);
PUTS("\r\n---\r\n");
ini_parse((const char *) chunk, len);
}