fix stuff i somehow inadvertently broke.

This commit is contained in:
Thomas Göttgens
2023-03-08 16:14:51 +01:00
parent 944d5066e9
commit 9150c2e568
4 changed files with 4 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
#if !HAS_SCREEN
#include "power.h"
#include <OLEDDisplay.h>
namespace graphics
{
// Noop class for boards without screen.
@@ -24,7 +25,6 @@ class Screen
void startFirmwareUpdateScreen() {}
};
} // namespace graphics
#else
#include <cstring>