aboutsummaryrefslogtreecommitdiff
path: root/cc3200/qstrdefsport.h
diff options
context:
space:
mode:
authorDaniel Campora2015-05-29 10:22:20 +0200
committerDaniel Campora2015-05-29 10:22:20 +0200
commit622f241317190e566743a7d4b469d46bd604eef9 (patch)
treebaf8f1e14093cabb7723f02cee4dd2703c2aeb8a /cc3200/qstrdefsport.h
parent286ced4c2f800d0837397dd2a0c8deea8c7ade4e (diff)
cc3200: Rename pyb.reset() to pyb.hard_reset() and add pyb.unique_id().
Diffstat (limited to 'cc3200/qstrdefsport.h')
-rw-r--r--cc3200/qstrdefsport.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc3200/qstrdefsport.h b/cc3200/qstrdefsport.h
index 193ef9b07..36c8430a3 100644
--- a/cc3200/qstrdefsport.h
+++ b/cc3200/qstrdefsport.h
@@ -30,7 +30,7 @@ Q(__name__)
Q(help)
Q(pyb)
Q(info)
-Q(reset)
+Q(hard_reset)
Q(main)
Q(sync)
Q(gc)
@@ -48,6 +48,7 @@ Q(readline)
Q(input)
Q(os)
Q(freq)
+Q(unique_id)
Q(repl_info)
Q(disable_irq)
Q(enable_irq)