Skip to content

Commit

Permalink
hardcode compiled arduino sketch
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvenn committed Nov 13, 2017
1 parent 5eb4db1 commit 2459cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/arduino_leonardo_serial_usb/simusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ int main(int argc, char *argv[])
char path[1024];
uint32_t base, size;

uint8_t * boot = read_ihex_file("/tmp/arduino-sketch-DB5E8967374B107190C82CEEB8DD4891/test.ino.hex", &size, &base);
uint8_t * boot = read_ihex_file("./output/test.ino.hex", &size, &base);
if (!boot) {
fprintf(stderr, "%s: Unable to load %s\n", argv[0], path);
exit(1);
Expand Down

0 comments on commit 2459cff

Please sign in to comment.