Merge pull request #506 from openmv/framebuf

Enable framebuf module
This commit is contained in:
Ibrahim Abd Elkader 2019-04-17 22:46:25 +02:00 committed by GitHub
commit 429889f3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -394,6 +394,7 @@ FIRM_OBJ += $(addprefix $(BUILD)/$(MICROPY_DIR)/extmod/,\
utime_mphal.o \
modonewire.o \
uos_dupterm.o \
modframebuf.o \
)
FIRM_OBJ += $(addprefix $(BUILD)/$(MICROPY_DIR)/lib/oofatfs/,\

@ -1 +1 @@
Subproject commit 33f3fe4cffdb8ecfe37746503e1cd33222424d71
Subproject commit 0f0ab115ded4eec1b33aba224488b64bc13257c1