Delete the variant-specific NullDisplayDriver.h and update target.h to use the shared implementation from #735

This commit is contained in:
João Brázio
2025-09-05 17:59:59 +01:00
parent 808214d7b5
commit 2ef38422e9
2 changed files with 1 additions and 25 deletions

View File

@@ -14,7 +14,7 @@
#ifdef HELTEC_T114_WITH_DISPLAY
#include <helpers/ui/ST7789Display.h>
#else
#include "NullDisplayDriver.h"
#include "helpers/ui/NullDisplayDriver.h"
#endif
#endif