mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
parent
e53d8f874f
commit
c7c3ddce63
@ -42,6 +42,7 @@
|
||||
#include "spi.h"
|
||||
#include "i2c.h"
|
||||
#include "uart.h"
|
||||
#include "dac.h"
|
||||
#include "extint.h"
|
||||
#include "servo.h"
|
||||
|
||||
@ -318,6 +319,7 @@ soft_reset:
|
||||
i2c_init0();
|
||||
spi_init0();
|
||||
uart_init0();
|
||||
dac_init();
|
||||
pyb_usb_init0();
|
||||
sensor_init0();
|
||||
fb_alloc_init0();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user