avr.rst
changeset 2228 837f1337c59b
parent 1912 8b81a8f0f692
--- a/avr.rst	Sat Feb 10 01:28:53 2018 +0200
+++ b/avr.rst	Sat Feb 10 01:30:24 2018 +0200
@@ -9,10 +9,10 @@
 AVR programming tutorials.
 ==========================
 
-  http://www.avr-asm-tutorial.net/
-    Learning AVR Assembler with practical examples
-  http://www.avr-asm-download.de/index.html
-    Pdf download page.
+http://www.avr-asm-tutorial.net/
+  Learning AVR Assembler with practical examples
+http://www.avr-asm-download.de/index.html
+  Pdf download page.
 
 AVR ISP programmer.
 ===================
@@ -23,10 +23,10 @@
 AVRDUDE is an utility to download/upload/manipulate the ROM and EEPROM contents
 of AVR microcontrollers using the in-system programming technique (ISP).
 
-  http://www.nongnu.org/avrdude/
-    Home page.
-  http://savannah.nongnu.org/projects/avrdude/
-    Devel home page.
+http://www.nongnu.org/avrdude/
+  Home page.
+http://savannah.nongnu.org/projects/avrdude/
+  Devel home page.
 
 uisp.
 -----
@@ -34,10 +34,10 @@
 Uisp is a tool for AVR microcontrollers which can interface to many hardware
 in-system programmers.
 
-  http://www.nongnu.org/uisp/
-    Home page.
-  http://savannah.nongnu.org/projects/uisp/
-    Devel home page.
+http://www.nongnu.org/uisp/
+  Home page.
+http://savannah.nongnu.org/projects/uisp/
+  Devel home page.
 
 AVR tool-chains.
 ================
@@ -49,8 +49,8 @@
 development tools for the Atmel AVR series of RISC microprocessors hosted on the
 Windows platform. It includes the GNU GCC compiler for C and C++.
 
-  http://winavr.sourceforge.net/
-    Home page.
+http://winavr.sourceforge.net/
+  Home page.
 
 GNU AVR.
 --------
@@ -60,8 +60,8 @@
 
 See:
 
-  http://www.nongnu.org/avr-libc
-    Home page.
+http://www.nongnu.org/avr-libc
+  Home page.
 
 AVR simulator.
 ==============