Colin Hogben / micropython

Dependents:   micropython-repl

Revision:
7:379d46fd02c2
Parent:
5:1d19b8110e11
--- a/qstrdefsport.h	Mon Apr 25 19:55:21 2016 +0100
+++ b/qstrdefsport.h	Tue Apr 26 22:50:06 2016 +0100
@@ -26,30 +26,4 @@
  *  Extra qstr values needed by this port
  */
 
-// modmachine.c
-#if MICROPY_PY_MACHINE
-Q(machine)
-Q(reset)
-#endif
-
-// modmbed.cpp
-#if MICROPY_PY_MBED
-Q(mbed)
-Q(DigitalOut)
-Q(write)
-Q(Serial)
-Q(putc)
-Q(puts)
-Q(getc)
-#endif
-
-// modpins.cpp
-Q(pins)
-#if defined(TARGET_K64F)
-Q(USBTX)
-Q(USBRX)
-Q(PTA0)
-Q(LED_RED)
-Q(LED_GREEN)
-Q(LED_BLUE)
-#endif
+Q(help)