Skip to content

Commit

Permalink
Fixup really silly copy/paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattsson committed Oct 25, 2024
1 parent 0e2a757 commit 2e2d231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modules/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,4 @@ int luaopen_console( lua_State *L ) {
return 0;
}

NODEMCU_MODULE(UART, "console", console, luaopen_console);
NODEMCU_MODULE(CONSOLE, "console", console, luaopen_console);

0 comments on commit 2e2d231

Please sign in to comment.