Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of EFM32_SegmentLCD by
Revision 4:b00dd7d93faf, committed 2015-03-18
- Comitter:
- Steven Cooreman
- Date:
- Wed Mar 18 16:07:41 2015 -0500
- Parent:
- 3:4e4f16874281
- Child:
- 5:e692ded4462b
- Commit message:
- Typo
Changed in this revision
| EFM32_SegmentLCD.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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();