Fork of EFM32 Segment LCD library - used as pull request source for bugfixes

Fork of EFM32_SegmentLCD by Silicon Labs

Revision:
5:e692ded4462b
Parent:
3:4e4f16874281
--- a/EFM32_SegmentLCD.h	Wed Mar 18 16:07:41 2015 -0500
+++ b/EFM32_SegmentLCD.h	Mon May 04 15:54:47 2015 +0000
@@ -32,9 +32,6 @@
 #ifndef SILABS_SEGMENTLCD_H
 #define SILABS_SEGMENTLCD_H
 
-#define TARGET_EFM32
-#define TARGET_EFM32GG_STK3700
-
 #ifndef TARGET_EFM32
 #error "The Silicon Labs SegmentLCD library is specifically designed for EFM32 targets."
 #else
@@ -42,6 +39,7 @@
 #include <mbed.h>
 
 #include "segmentlcd.h"
+#include "sleepmodes.h"
 
 namespace silabs {
 /** A driver for the Segment LCD present on some EFM32 starter kits