Skip to content

Commit

Permalink
System folder ensuring on VGA example.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed May 13, 2024
1 parent 991855d commit 65564a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/vga_shell/vga_shell.ino
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ void setup() {
while(true);
}

// Ensure significant system folders
RishkaVM::ensureSystemDirectories();

// Initialize the Rishka VM instance.
vm = new RishkaVM();
vm->initialize(&Terminal);
Expand Down

0 comments on commit 65564a8

Please sign in to comment.