From c594cf12ed2174bb545a2ec2f6301675677f12e6 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 22 Jan 2017 12:30:53 +1100 Subject: stmhal: Enable help('modules') feature. --- stmhal/help.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stmhal/help.c') diff --git a/stmhal/help.c b/stmhal/help.c index 1d4803f750..83ef7e596f 100644 --- a/stmhal/help.c +++ b/stmhal/help.c @@ -67,4 +67,5 @@ const char *stmhal_help_text = " CTRL-E -- on a blank line, enter paste mode\n" "\n" "For further help on a specific object, type help(obj)\n" +"For a list of available modules, type help('modules')\n" ; -- cgit v1.2.3