From 2d498f0ed4f73f239dcdb1c440f329d275d53fbf Mon Sep 17 00:00:00 2001
From: Kamal Alkahwati <kamal.alkahwati@gmail.com>
Date: Thu, 15 Sep 2016 18:09:46 +0200
Subject: [PATCH] Moving files around

---
 main.tex | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/main.tex b/main.tex
index 8be3fa6..a3c8829 100644
--- a/main.tex
+++ b/main.tex
@@ -99,7 +99,8 @@
 \section{Peripherals}
 
 
-\include{./ethernet}
+\include{./peripherals/ethernet}
+\include{./peripherals/timer}
 
 
 
@@ -109,7 +110,7 @@
 
 
 
-\include{./spi}
+\include{./peripherals/spi}
         
 \newpage
 \section{Hardware}
-- 
GitLab