summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index a349cd22b6..e515c9ddd2 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -225,6 +225,7 @@ static void init_tagcache(void)
225 snprintf(buf, sizeof(buf), " DB [%d/%d]", ret, 225 snprintf(buf, sizeof(buf), " DB [%d/%d]", ret,
226 tagcache_get_max_commit_step()); 226 tagcache_get_max_commit_step());
227 lcd_puts(0, 1, buf); 227 lcd_puts(0, 1, buf);
228 lcd_update();
228#endif 229#endif
229 clear = true; 230 clear = true;
230 } 231 }