summaryrefslogtreecommitdiff
path: root/teensy/Makefile
diff options
context:
space:
mode:
authorColin Hogben <colin@infinnovation.co.uk>2016-04-21 20:17:50 +0100
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-25 18:54:59 +0300
commit104aa26271d38fc6204fcee6d65044716e4dae31 (patch)
treeaf6a225fae3d156ef336d152220fe4422b31c72e /teensy/Makefile
parent2b46da234c8fc39f2df5d09ea0c7dc5e05f6635e (diff)
cc3200, stmhal, teensy: Use pyhelp_print_obj function.
Update the help() implementations in the cc3200, stmhal and teensy ports to use the pyhelp_print_obj function.
Diffstat (limited to 'teensy/Makefile')
-rw-r--r--teensy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/teensy/Makefile b/teensy/Makefile
index de7036571..7b34ba90e 100644
--- a/teensy/Makefile
+++ b/teensy/Makefile
@@ -109,6 +109,7 @@ LIB_SRC_C = $(addprefix lib/,\
libc/string0.c \
mp-readline/readline.c \
utils/pyexec.c \
+ utils/pyhelp.c \
utils/printf.c \
)