CaryCoders / Mbed 2 deprecated SX1276_GPS

Dependencies:   SX1276Lib AdaFruit_RGBLCD MCP23017 mbed

Fork of AdaFruit_RGBLCD by Justin Howard

Revision:
15:d1eaddb363be
Parent:
13:9641bc42db92
Child:
25:24654d08a99a
--- a/Modules/TitleModule.cpp	Mon Aug 11 19:13:08 2014 +0000
+++ b/Modules/TitleModule.cpp	Tue Aug 12 04:25:08 2014 +0000
@@ -10,7 +10,7 @@
 {
 }
 
-void TitleModule::show()
+void TitleModule::show(bool /*in_bRefresh*/)
 {
     m_cDisplay.printf("System Running");
 }