summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/qstrdefsport.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/qstrdefsport.h')
-rw-r--r--stmhal/qstrdefsport.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h
index 937998eb40..3aecb7acfa 100644
--- a/stmhal/qstrdefsport.h
+++ b/stmhal/qstrdefsport.h
@@ -41,9 +41,6 @@ Q(enable_irq)
Q(stop)
Q(standby)
Q(main)
-Q(usb_mode)
-Q(hid_mouse)
-Q(hid_keyboard)
Q(sync)
Q(gc)
Q(repl_info)
@@ -56,7 +53,6 @@ Q(readall)
Q(readline)
Q(write)
Q(repl_uart)
-Q(hid)
Q(time)
Q(rng)
Q(SD)
@@ -96,6 +92,15 @@ Q(hashlib)
Q(seek)
Q(tell)
+// for USB configuration
+Q(usb_mode)
+Q(mode)
+Q(vid)
+Q(pid)
+Q(hid)
+Q(hid_mouse)
+Q(hid_keyboard)
+
// for USB VCP class
Q(USB_VCP)
Q(setinterrupt)