ports/nrf: Align help.c builtin help text to use correct type after upmerge with upstream master.

This commit is contained in:
Glenn Ruben Bakke 2017-10-04 21:52:08 +02:00
parent 44e2cb415f
commit 831759faaa

View File

@ -31,7 +31,7 @@
#include "help_sd.h" #include "help_sd.h"
#endif #endif
const char * nrf5_help_text = const char nrf5_help_text[] =
"Welcome to MicroPython!\n" "Welcome to MicroPython!\n"
"\n" "\n"
"For online help please visit http://micropython.org/help/.\n" "For online help please visit http://micropython.org/help/.\n"