From 104aa26271d38fc6204fcee6d65044716e4dae31 Mon Sep 17 00:00:00 2001 From: Colin Hogben Date: Thu, 21 Apr 2016 20:17:50 +0100 Subject: 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. --- stmhal/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stmhal/Makefile') 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 \ ) -- cgit v1.2.3