From 823ced5be99038ada5c37583b86dd4c49245f910 Mon Sep 17 00:00:00 2001 From: Stephen White Date: Mon, 4 Jun 2018 09:39:07 +1000 Subject: [PATCH] Removed debug code causing compile error. --- src/ScreenLCD.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ScreenLCD.cpp b/src/ScreenLCD.cpp index b07deba..2c79e7e 100644 --- a/src/ScreenLCD.cpp +++ b/src/ScreenLCD.cpp @@ -38,7 +38,6 @@ void ScreenLCD::Open(u32 widthDesired, u32 heightDesired, u32 colourDepth, int B width = widthDesired; height = heightDesired; - DEBUG_LOG("BSCMaster = %d\r\n"); ssd1306 = new SSD1306(BSCMaster); ssd1306->DisplayOn(); ssd1306->Plottext(5, 1, "Pi1541", false);