Skip to content

Commit 671c64c

Browse files
committed
Fix URLs
1 parent 3a795cf commit 671c64c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/multiple-analyzers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
from Antmicro.Renode.Peripherals.UART import IUART
1313

14-
dts_url = "https://new-zephyr-dashboard.renode.io/zephyr/7f83db489e60f1ab93da01bccd744e4972c843e9/arduino_nicla_sense_me/hello_world/hello_world.dts"
15-
elf_url = "https://new-zephyr-dashboard.renode.io/zephyr/7f83db489e60f1ab93da01bccd744e4972c843e9/arduino_nicla_sense_me/hello_world/hello_world.elf"
14+
dts_url = "https://zephyr-dashboard.renode.io/zephyr/d14a547d4259a541c9baafb4bef6d4e2566f42b7/arduino_nicla_sense_me/hello_world/hello_world.dts"
15+
elf_url = "https://zephyr-dashboard.renode.io/zephyr/d14a547d4259a541c9baafb4bef6d4e2566f42b7/arduino_nicla_sense_me/hello_world/hello_world.elf"
1616

1717
session = requests.Session()
1818

0 commit comments

Comments
 (0)