Merge pull request #686 from jepler/lto-type-diagnostic

Fix array vs pointer error in declaration of circuitpython_help_text
This commit is contained in:
Scott Shawcroft 2018-03-20 10:01:28 -07:00 committed by GitHub
commit 286e342a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
//| prints general port information.
//|
const char *circuitpython_help_text =
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"