From 06dd1ffbce68b8d06a4c17e69017a3bd78107c3f Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Wed, 25 May 2022 11:18:08 +0200 Subject: [PATCH] Update supervisor/shared/tick.c Co-authored-by: Dan Halbert --- supervisor/shared/tick.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/supervisor/shared/tick.c b/supervisor/shared/tick.c index 9e54254123..429ca35d60 100644 --- a/supervisor/shared/tick.c +++ b/supervisor/shared/tick.c @@ -98,9 +98,6 @@ void supervisor_tick(void) { filesystem_tick(); #endif - #ifdef CIRCUITPY_AUTORELOAD_DELAY_MS - autoreload_tick(); - #endif #if CIRCUITPY_KEYPAD keypad_tick();