From c8bfacb8cc305ef360e86f786eb1459d7a4f0ada Mon Sep 17 00:00:00 2001
From: Sam Calisch <s.calisch@gmail.com>
Date: Thu, 12 Oct 2017 18:17:20 -0400
Subject: [PATCH] fixed non html characters

---
 gpio/atsam4s/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gpio/atsam4s/index.html b/gpio/atsam4s/index.html
index e29d083..64c182b 100644
--- a/gpio/atsam4s/index.html
+++ b/gpio/atsam4s/index.html
@@ -24,7 +24,7 @@ pre code {
 
 <pre>
 <code>
-#include <asf.h>
+#include &ltasf.h&gt
 
 int main (void)
 {
-- 
GitLab