Skip to content

Commit

Permalink
fix crash in role mgr; bump jd-c
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed May 15, 2023
1 parent 3ef6df2 commit 3bb6e63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion runtime/devicescript/jdiface.c
Expand Up @@ -479,7 +479,10 @@ void devs_jd_role_changed(devs_ctx_t *ctx, jd_role_t *role) {
break;
}
}
devs_fiber_poke(ctx);

// Can't execute here - it could lead to allocating roles and re-entering
// rolemgr which it doesn't like.
// devs_fiber_poke(ctx);
}

void devs_jd_reset_packet(devs_ctx_t *ctx) {
Expand Down
2 changes: 1 addition & 1 deletion runtime/jacdac-c
Submodule jacdac-c updated 1 files
+2 −2 services/gpio.c

0 comments on commit 3bb6e63

Please sign in to comment.