mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 15:46:14 +01:00
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…
Reference in New Issue
Block a user