Skip to content

Commit

Permalink
Update node.c
Browse files Browse the repository at this point in the history
To fix nodemcu#3251.
  • Loading branch information
TerryE authored and vsky279 committed Nov 21, 2020
1 parent f152100 commit 46b61ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/modules/node.c
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ LROT_BEGIN(node, NULL, 0)
LROT_FUNCENTRY( info, node_info )
LROT_TABENTRY( task, node_task )
LROT_FUNCENTRY( flashindex, node_lfsindex )
LROT_FUNCENTRY( flashreload, lua_lfsreload )
LROT_TABENTRY( LFS, node_lfs )
LROT_FUNCENTRY( setonerror, node_setonerror )
LROT_FUNCENTRY( startupcommand, node_startupcommand )
Expand Down

0 comments on commit 46b61ba

Please sign in to comment.