Skip to content

Commit

Permalink
Some fixes for panic handler in examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 19, 2024
1 parent 5dd2193 commit 6d90e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/full_example/full_example.ino
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void setup() {

rishka_vm_initialize(&rishka_vm);
if(!rishka_vm_loadfile(&rishka_vm, "/hello.bin"))
rishka_panic("Failed to load specified file.");
rishka_panic("Failed to load specified file.", rishka_vm);

rishka_vm_run(&rishka_vm, 0, NULL);
rishka_vm_reset(&rishka_vm);
Expand Down

0 comments on commit 6d90e15

Please sign in to comment.