aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Ruben Bakke2017-10-04 21:52:08 +0200
committerDamien George2018-07-18 17:12:25 +1000
commit9e7cda889012d9c1fc355981c9a140f808aa54af (patch)
treef5fbd279fcc3653ddcaa4ef2cdf949ce758ae626
parent8a4a05c1eeae8d6ff7036ccb0362888444bc8bb4 (diff)
nrf: Align help.c builtin help text to use correct type.
-rw-r--r--ports/nrf/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/help.c b/ports/nrf/help.c
index a2f6878d0..5cbb0fc91 100644
--- a/ports/nrf/help.c
+++ b/ports/nrf/help.c
@@ -31,7 +31,7 @@
#include "help_sd.h"
#endif
-const char * nrf5_help_text =
+const char nrf5_help_text[] =
"Welcome to MicroPython!\n"
"\n"
"For online help please visit http://micropython.org/help/.\n"