mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-05-06 02:54:55 +02:00
Revert "Update DisplayInterface.cpp"
This reverts commit a23f5839b75d2e0cacd7485640823cffed37cc3c.
This commit is contained in:
parent
8582e51483
commit
780c6ea162
@ -21,7 +21,7 @@
|
||||
|
||||
#include "DisplayInterface.h"
|
||||
|
||||
// Start of chain of display handlers.
|
||||
DisplayInterface *DisplayInterface::_displayHandler = NULL;
|
||||
// Install null display driver initially - will be replaced if required.
|
||||
DisplayInterface *DisplayInterface::_displayHandler = new DisplayInterface();
|
||||
|
||||
uint8_t DisplayInterface::_selectedDisplayNo = 255;
|
||||
|
Loading…
x
Reference in New Issue
Block a user