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.
Dependencies: NCP5623B GpsParser ISL29011 libmDot-mbed5 MTS-Serial MMA845x DOGS102 MPL3115A2
Diff: Layout/Layout.h
- Revision:
- 12:05435282f899
- Parent:
- 1:71125aa00e33
--- a/Layout/Layout.h Thu Nov 10 22:10:58 2016 +0000
+++ b/Layout/Layout.h Tue Oct 09 13:49:30 2018 -0500
@@ -21,6 +21,7 @@
#include "DOGS102.h"
#include <string>
+#include "ChannelPlans.h"
class Label {
public:
@@ -52,7 +53,7 @@
class Layout {
public:
Layout(DOGS102* lcd);
- ~Layout();
+ virtual ~Layout();
virtual void display() = 0;