nrf: Align help.c builtin help text to use correct type.
This commit is contained in:
parent
8a4a05c1ee
commit
9e7cda8890
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue