Skip to content

Commit 831759f

Browse files
committed
ports/nrf: Align help.c builtin help text to use correct type after upmerge with upstream master.
1 parent 44e2cb4 commit 831759f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/nrf/help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include "help_sd.h"
3232
#endif
3333

34-
const char * nrf5_help_text =
34+
const char nrf5_help_text[] =
3535
"Welcome to MicroPython!\n"
3636
"\n"
3737
"For online help please visit http://micropython.org/help/.\n"

0 commit comments

Comments
 (0)