Skip to content
Snippets Groups Projects
Unverified Commit a1942cf0 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: avrdude: Use @acronym{} mark-up.

* gnu/packages/flashing-tools.scm (avrdude)[description]: Use it.
parent 3b31d985
No related branches found
No related tags found
No related merge requests found
...@@ -147,8 +147,8 @@ (define-public avrdude ...@@ -147,8 +147,8 @@ (define-public avrdude
(synopsis "AVR downloader and uploader") (synopsis "AVR downloader and uploader")
(description (description
"AVRDUDE is a utility to download/upload/manipulate the ROM and "AVRDUDE is a utility to download/upload/manipulate the ROM and
EEPROM contents of AVR microcontrollers using the in-system programming EEPROM contents of AVR microcontrollers using the @acronym{ISP, in-system
technique (ISP).") programming} technique.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public dfu-programmer (define-public dfu-programmer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment