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

Fork of EFM32_SegmentLCD by Silicon Labs

Files at this revision

API Documentation at this revision

Comitter:
MarSik
Date:
Sat Apr 01 14:13:33 2017 +0000
Parent:
6:114aa75da77b
Commit message:
Add missing include (clocking.h); ; This include defines the LOW_ENERGY_CLOCK_FREQUENCY symbol; that is needed for computing the prescaler.;

Changed in this revision

segmentlcd.c Show annotated file Show diff for this revision Revisions of this file
--- a/segmentlcd.c	Mon May 04 20:40:26 2015 +0000
+++ b/segmentlcd.c	Sat Apr 01 14:13:33 2017 +0000
@@ -17,6 +17,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <stdbool.h>
+#include "clocking.h"
 #include "em_device.h"
 #include "em_cmu.h"
 #include "em_gpio.h"