Skip to content

Commit

Permalink
Make path cross-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
acodili-jg authored May 10, 2024
1 parent 29e3604 commit 1e85373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = 'target\avr-atmega328p\release\grprp.elf'
elf = 'target\avr-atmega328p\release\grprp.elf'
firmware = 'target/avr-atmega328p/release/grprp.elf'
elf = 'target/avr-atmega328p/release/grprp.elf'

0 comments on commit 1e85373

Please sign in to comment.