mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #1315 from kwagyeman/kwabena/disable_servo
Disable servo when not used
This commit is contained in:
commit
3814f8cebe
@ -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