summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--stmhal/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/help.c b/stmhal/help.c
index fe143441d8..525f5b0f4b 100644
--- a/stmhal/help.c
+++ b/stmhal/help.c
@@ -39,8 +39,8 @@ STATIC const char *help_text =
"\n"
"Quick overview of commands for the board:\n"
" pyb.info() -- print some general information\n"
-" pyb.gc() -- run the garbage collector\n"
" pyb.delay(n) -- wait for n milliseconds\n"
+" pyb.millis() -- get number of milliseconds since hard reset\n"
" pyb.Switch() -- create a switch object\n"
" Switch methods: (), callback(f)\n"
" pyb.LED(n) -- create an LED object for LED n (n=1,2,3,4)\n"