mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #1236 from kwagyeman/kwabena/lcd_tv_ifdef
Ifdef out lcd/tv init0
This commit is contained in:
commit
84917a625f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user