We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363f701 commit 554f23eCopy full SHA for 554f23e
demo/emulator-run.ts
@@ -16,7 +16,7 @@ const simulator = new Simulator();
16
const mcu = simulator.rp2040;
17
mcu.loadBootrom(bootromB1);
18
19
-const imageName = args.image ?? 'hello_uart.hex'
+const imageName = args.image ?? 'hello_uart.hex';
20
21
// Check the extension of the file
22
const extension = imageName.split('.').pop();
0 commit comments