mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Disable servo when not used
This commit is contained in:
parent
da708dc18e
commit
daa99135bc
@ -534,7 +534,9 @@ soft_reset:
|
||||
#ifdef IMLIB_ENABLE_IMAGE_FILE_IO
|
||||
file_buffer_init0();
|
||||
#endif
|
||||
#if MICROPY_HW_ENABLE_SERVO
|
||||
servo_init();
|
||||
#endif
|
||||
usbdbg_init();
|
||||
#if MICROPY_HW_ENABLE_SDCARD
|
||||
sdcard_init();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user