Skip to content

Commit

Permalink
Merge pull request #320 from mguetschow/examples-rename-fixup
Browse files Browse the repository at this point in the history
08-interop: use existing RIOT example folder for flashing
  • Loading branch information
mguetschow authored Mar 3, 2025
2 parents 857e5d8 + e57f43f commit 669affb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08-interop/test_spec08.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_task03(riot_ctrl):
riot_ctrl(0, GNRC_APP, Shell),
riot_ctrl(
1,
'examples/hello-world',
'examples/basic/hello-world',
riotctrl.shell.ShellInteraction,
extras={"BINFILE": contiki_bin_file},
),
Expand Down

0 comments on commit 669affb

Please sign in to comment.