py/ringbuf: Add helpers for put16/get16.

This commit is contained in:
Jim Mussared
2019-08-27 16:35:02 +10:00
parent d72dbb822c
commit 42e9bdf19b
3 changed files with 83 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ PY_CORE_O_BASENAME = $(addprefix py/,\
runtime_utils.o \
scheduler.o \
nativeglue.o \
ringbuf.o \
stackctrl.o \
argcheck.o \
warning.o \