Skip to content

Commit

Permalink
Fixed for Arduino CI build compliance.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed May 21, 2024
1 parent 1ec54e0 commit 60a7533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rishka_syscalls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ int64_t RishkaSyscall::Sys::shellExec(RishkaVM* parent_vm) {
child_vm->initialize(
parent_vm->getTerminal(),
parent_vm->getDisplay(),
parent_vm->getNvsStorage(),
parent_vm->getWorkingDirectory()
);

Expand Down

0 comments on commit 60a7533

Please sign in to comment.