Unverified Commit 4c3d501b authored by Terry Ellison's avatar Terry Ellison Committed by GitHub
Browse files

Merge pull request #2353 from pjsg/fix-rotary

Missed setting the ID into the data block
parents cda8da62 81435cee
......@@ -152,6 +152,8 @@ static int lrotary_setup( lua_State* L )
DATA *d = data[id];
memset(d, 0, sizeof(*d));
d->id = id;
os_timer_setfn(&d->timer, lrotary_timer_done, (void *) d);
int i;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment