From 5b309635174c6833d13b8d00b0d8e61f74007d82 Mon Sep 17 00:00:00 2001
From: Lucas Russo <lerwys@gmail.com>
Date: Wed, 10 Feb 2016 22:17:49 -0200
Subject: [PATCH] compile.sh: remove wrong comment about build applications

---
 compile.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index 982db0d..f0a0b84 100755
--- a/compile.sh
+++ b/compile.sh
@@ -22,7 +22,6 @@ if [ "$BOARD" != "afcv3" ] && [ "$BOARD" != "ml605" ]; then
     exit 1
 fi
 
-# Select board in which we will work. Options are: ml605 or afcv3
 APP=$2
 
 if [ -z "$APP" ]; then
-- 
GitLab