Removed debug code causing compile error.

This commit is contained in:
Stephen White 2018-06-04 09:39:07 +10:00 committed by GitHub
parent e292de1179
commit 823ced5be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ void ScreenLCD::Open(u32 widthDesired, u32 heightDesired, u32 colourDepth, int B
width = widthDesired; width = widthDesired;
height = heightDesired; height = heightDesired;
DEBUG_LOG("BSCMaster = %d\r\n");
ssd1306 = new SSD1306(BSCMaster); ssd1306 = new SSD1306(BSCMaster);
ssd1306->DisplayOn(); ssd1306->DisplayOn();
ssd1306->Plottext(5, 1, "Pi1541", false); ssd1306->Plottext(5, 1, "Pi1541", false);