Skip to content

Commit 968ef05

Browse files
authored
Update README.md
typo
1 parent def5bea commit 968ef05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/AVRdude/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ Mostly used for reading-writing-verifying FLASH and setting FUSES
535535
536536
### saving your sketch to a file
537537
>[!TIP]
538-
> you have some working code on your AVR and you want to save it to a file before flashing new code:\
538+
> you have some working code on your AVR and you want to save it to a file before flashing new code:
539539
>```
540540
> avrdude -p m328p -c arduino -P /dev/ttyACM2 -b 115200 -U flash:r:arducam.hex:i
541541
>```

0 commit comments

Comments
 (0)