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:
commit
286e342a9a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user