Skip to content

Commit 2ef3842

Browse files
committed
Delete the variant-specific NullDisplayDriver.h and update target.h to use the shared implementation from #735
1 parent 808214d commit 2ef3842

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

variants/heltec_t114/NullDisplayDriver.h

Lines changed: 0 additions & 24 deletions
This file was deleted.

variants/heltec_t114/target.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#ifdef HELTEC_T114_WITH_DISPLAY
1515
#include <helpers/ui/ST7789Display.h>
1616
#else
17-
#include "NullDisplayDriver.h"
17+
#include "helpers/ui/NullDisplayDriver.h"
1818
#endif
1919
#endif
2020

0 commit comments

Comments
 (0)