mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Enable py_tv module.
This commit is contained in:
parent
7730cd8107
commit
4ba9a08bd2
@ -1 +1 @@
|
||||
Subproject commit 47c9ca2901e6d841a8d3a79ecfda7026b3c74b90
|
||||
Subproject commit 6cdb09c0772b83a21ba5f30e2b28fe39d1d339ca
|
||||
@ -68,6 +68,7 @@
|
||||
#include "py_image.h"
|
||||
#include "py_lcd.h"
|
||||
#include "py_fir.h"
|
||||
#include "py_tv.h"
|
||||
|
||||
#include "framebuffer.h"
|
||||
|
||||
@ -463,6 +464,7 @@ soft_reset:
|
||||
file_buffer_init0();
|
||||
py_lcd_init0();
|
||||
py_fir_init0();
|
||||
py_tv_init0();
|
||||
servo_init();
|
||||
usbdbg_init();
|
||||
sdcard_init();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user