From e0f27197ff67928847489eb085c8b0b0e68c9b61 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Sun, 23 Jan 2022 15:26:01 +0100 Subject: [PATCH] OSD - Remove unneeded call to `schedulerIgnoreTaskExecTime` in stats refresh. --- src/main/osd/osd.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/osd/osd.c b/src/main/osd/osd.c index 136608136..83885cef3 100644 --- a/src/main/osd/osd.c +++ b/src/main/osd/osd.c @@ -958,9 +958,6 @@ static bool osdRefreshStats(void) static osd_refresh_stats_phase_e phase = INITIAL_CLEAR_SCREEN; - // Non-flight operation which takes a little longer than normal - schedulerIgnoreTaskExecTime(); - switch (phase) { default: case INITIAL_CLEAR_SCREEN: