1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 15:46:14 +01:00

Revert "Update DisplayInterface.cpp"

This reverts commit a23f5839b7.
This commit is contained in:
Neil McKechnie 2023-02-24 09:39:00 +00:00
parent 8582e51483
commit 780c6ea162

View File

@ -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;