From 355abc835ea75715b4dea38604ef64f8c4eeaa0f Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Fri, 9 Nov 2018 16:41:08 -0800 Subject: Fix output overflow and make help translatable --- shared-bindings/help.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'shared-bindings') diff --git a/shared-bindings/help.c b/shared-bindings/help.c index 78301a91a..e0770ff3c 100644 --- a/shared-bindings/help.c +++ b/shared-bindings/help.c @@ -24,8 +24,6 @@ * THE SOFTWARE. */ -#include "genhdr/mpversion.h" - //| :func:`help` - Built-in method to provide helpful information //| ============================================================== //| @@ -34,12 +32,3 @@ //| Prints a help method about the given object. When ``object`` is none, //| prints general port information. //| - -// TODO(tannewt): Figure out how to translate this. Its weird because its a global string. - -const char circuitpython_help_text[] = - "Welcome to Adafruit CircuitPython " MICROPY_GIT_TAG "!\r\n" - "\r\n" - "Please visit learn.adafruit.com/category/circuitpython for project guides.\r\n" - "\r\n" - "To list built-in modules please do `help(\"modules\")`.\r\n"; -- cgit v1.2.3