Browse Source

Update spiffs_gc.c

Removed unnecessary parameter (causes an error on strictest warning level in some compilers).
pull/47/head
Pawel Defée 9 years ago
parent
commit
0195695c77
  1. 2
      src/spiffs_gc.c

2
src/spiffs_gc.c

@ -36,7 +36,7 @@ s32_t spiffs_gc_quick(
int cur_entry = 0; int cur_entry = 0;
spiffs_obj_id *obj_lu_buf = (spiffs_obj_id *)fs->lu_work; spiffs_obj_id *obj_lu_buf = (spiffs_obj_id *)fs->lu_work;
SPIFFS_GC_DBG("gc_quick: running\n", cur_block); SPIFFS_GC_DBG("gc_quick: running\n");
#if SPIFFS_GC_STATS #if SPIFFS_GC_STATS
fs->stats_gc_runs++; fs->stats_gc_runs++;
#endif #endif

Loading…
Cancel
Save