aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorColin Hogben2016-04-21 20:17:50 +0100
committerPaul Sokolovsky2016-04-25 18:54:59 +0300
commit104aa26271d38fc6204fcee6d65044716e4dae31 (patch)
treeaf6a225fae3d156ef336d152220fe4422b31c72e /stmhal/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 'stmhal/Makefile')
-rw-r--r--stmhal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index 1b4b78e43..fffedd326 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -110,6 +110,7 @@ SRC_LIB = $(addprefix lib/,\
netutils/netutils.c \
timeutils/timeutils.c \
utils/pyexec.c \
+ utils/pyhelp.c \
utils/printf.c \
)