Skip to content

Commit 3233f9d

Browse files
committed
esp32/help: Update to build with latest upstream MicroPython core.
1 parent 5d6cb43 commit 3233f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32/help.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#include "py/builtin.h"
3030

31-
const char *esp32_help_text =
31+
const char esp32_help_text[] =
3232
"Welcome to MicroPython on the ESP32!\n"
3333
"\n"
3434
"For generic online docs please visit http://docs.micropython.org/\n"

0 commit comments

Comments
 (0)