Update supervisor/shared/tick.c

Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
Radomir Dopieralski 2022-05-25 11:18:08 +02:00 committed by GitHub
parent c0152e7dab
commit 06dd1ffbce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,9 +98,6 @@ void supervisor_tick(void) {
filesystem_tick();
#endif
#ifdef CIRCUITPY_AUTORELOAD_DELAY_MS
autoreload_tick();
#endif
#if CIRCUITPY_KEYPAD
keypad_tick();