Skip to content

Commit 286e342

Browse files
authored
Merge pull request adafruit#686 from jepler/lto-type-diagnostic
Fix array vs pointer error in declaration of circuitpython_help_text
2 parents 0f90f35 + 002797a commit 286e342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
//| prints general port information.
3636
//|
3737

38-
const char *circuitpython_help_text =
38+
const char circuitpython_help_text[] =
3939
"Welcome to Adafruit CircuitPython " MICROPY_GIT_TAG "!\r\n"
4040
"\r\n"
4141
"Please visit learn.adafruit.com/category/circuitpython for project guides.\r\n"

0 commit comments

Comments
 (0)