Merge pull request #1236 from kwagyeman/kwabena/lcd_tv_ifdef

Ifdef out lcd/tv init0
This commit is contained in:
Ibrahim Abd Elkader 2021-03-21 18:20:02 +02:00 committed by GitHub
commit 84917a625f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -496,9 +496,13 @@ soft_reset:
// Initialise low-level sub-systems. Here we need to do the very basic
// things like zeroing out memory and resetting any of the sub-systems.
#if MICROPY_PY_LCD
py_lcd_init0();
#endif
py_fir_init0();
#if MICROPY_PY_TV
py_tv_init0();
#endif
#if MICROPY_PY_BUZZER
py_buzzer_init0();
#endif // MICROPY_PY_BUZZER