FRDM-KL46Z board sLCD demo code

Dependencies:   SLCD mbed

Fork of FRDM-KL46Z LCD rtc Demo by Paul Staron

Revision:
11:f1721a70b14e
Parent:
8:18e86eb228ca
--- a/main.h	Thu Oct 02 13:15:04 2014 +0000
+++ b/main.h	Thu Oct 02 14:12:56 2014 +0000
@@ -16,14 +16,8 @@
 // -----------------------------------------------------------------------------
 //  general define
 // -----------------------------------------------------------------------------
-#ifndef RTC_CLOCK_TEST
-//#define RTC_CLOCK_TEST 1
-#endif  // RTC_CLOCK_TEST
-#ifndef LED_BLINK_TEST
-//#define LED_BLINK_TEST 1
-#endif  // LED_BLINK_TEST
 #ifndef SLCD_BLINKING_TEST
-//#define SLCD_BLINKING_TEST 1
+#define SLCD_BLINKING_TEST 1
 #endif  // SLCD_BLINKING_TEST
 
 // -----------------------------------------------------------------------------