Skip to content

Commit

Permalink
Fix broken texinfo
Browse files Browse the repository at this point in the history
@ must be escaped as @@
  • Loading branch information
dl8dtl committed Apr 26, 2022
1 parent 5a3ff78 commit 08ad5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/avrdude.texi
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@ Info: Writing 24 bytes starting from address 0x00
avrdude> dump eeprom 0 32
>>> dump eeprom 0 32
0000 d2 02 96 49 41 56 52 55 f8 2d 40 48 65 6c 6c 6f |...IAVRU.-@Hello|
0000 d2 02 96 49 41 56 52 55 f8 2d 40 48 65 6c 6c 6f |...IAVRU.-@@Hello|
0010 20 57 6f 72 6c 64 21 00 ff ff ff ff ff ff ff ff | World!.........|
avrdude> q
Expand Down

0 comments on commit 08ad5ea

Please sign in to comment.