This commit is contained in:
rbaron 2023-06-07 08:10:23 +02:00
parent 987c4f52c0
commit 015ce94bbd

View file

@ -81,7 +81,6 @@ int prst_debug_counters_get(const char* counter_name, prst_debug_counter_t* valu
int n_read = fs_read(&file, value, sizeof(value));
if (n_read != sizeof(prst_debug_counter_t)) {
LOG_WRN("fs_read returned %d, expected %d, assuming first access", n_read, sizeof(prst_debug_counter_t));
// return -1;
*value = 0;
}