From 6dd095641492b58b68184020b2e380fa1fe73947 Mon Sep 17 00:00:00 2001 From: Kevin Townsend Date: Sun, 25 Mar 2012 05:37:58 +0200 Subject: [PATCH] v1.0.0 --- build/crossworks/LPC1343_CodeBase.hzs | 12 ++++++++---- main.c | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/build/crossworks/LPC1343_CodeBase.hzs b/build/crossworks/LPC1343_CodeBase.hzs index 7de72dc..6ba85aa 100644 --- a/build/crossworks/LPC1343_CodeBase.hzs +++ b/build/crossworks/LPC1343_CodeBase.hzs @@ -24,6 +24,10 @@ + + + + @@ -43,10 +47,10 @@ - - - + + + @@ -59,7 +63,7 @@ - + diff --git a/main.c b/main.c index 8ca68e0..853769a 100644 --- a/main.c +++ b/main.c @@ -74,7 +74,7 @@ int main(void) // Poll for CLI input if CFG_INTERFACE is enabled in projectconfig.h #ifdef CFG_INTERFACE - cmdPoll(); + // cmdPoll(); #endif } -- 2.20.1