Enable py_tv module.

This commit is contained in:
iabdalkader 2019-01-27 23:22:38 +02:00
parent 7730cd8107
commit 4ba9a08bd2
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 47c9ca2901e6d841a8d3a79ecfda7026b3c74b90
Subproject commit 6cdb09c0772b83a21ba5f30e2b28fe39d1d339ca

View File

@ -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();