To avoid the LOW_FREQUENCY_VALUE issue. Change the 32768 direct value as for it.

Fork of EFM32_SegmentLCD by Silicon Labs

Revision:
4:b00dd7d93faf
Parent:
3:4e4f16874281
--- a/EFM32_SegmentLCD.cpp	Wed Mar 18 16:06:15 2015 -0500
+++ b/EFM32_SegmentLCD.cpp	Wed Mar 18 16:07:41 2015 -0500
@@ -53,7 +53,7 @@
     blockSleepMode(EM2);
 }
 
-~EFM32_SegmentLCD::EFM32_SegmentLCD() {
+EFM32_SegmentLCD::~EFM32_SegmentLCD() {
     /* Shut off LCD peripheral */
     SegmentLCD_Disable();