From 953b0acec9337364b471b72a4cc742d69c368533 Mon Sep 17 00:00:00 2001
From: batt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Date: Mon, 27 Apr 2009 15:42:06 +0000
Subject: [PATCH] Revert bad commit.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2681 38d2e660-2303-0410-9eaa-f027e97ec537
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 767aab22..2346223a 100644
--- a/Makefile
+++ b/Makefile
@@ -14,9 +14,9 @@ default: all
 include bertos/config.mk
 
 #Include subtargets
-#include examples/demo/demo.mk
+include examples/demo/demo.mk
 #include examples/at91sam7/at91sam7s.mk
-include examples/at91sam7/at91sam7x.mk
+#include examples/at91sam7/at91sam7x.mk
 #include examples/triface/triface.mk
 
 include bertos/rules.mk
-- 
2.34.1