diff --git a/src/graphics/draw/ClockRenderer.cpp b/src/graphics/draw/ClockRenderer.cpp index 700e7f622..614ca2389 100644 --- a/src/graphics/draw/ClockRenderer.cpp +++ b/src/graphics/draw/ClockRenderer.cpp @@ -16,8 +16,6 @@ #include "nimble/NimbleBluetooth.h" #endif -#endif - namespace graphics { @@ -468,4 +466,5 @@ void drawAnalogClockFrame(OLEDDisplay *display, OLEDDisplayUiState *state, int16 } // namespace ClockRenderer -} // namespace graphics \ No newline at end of file +} // namespace graphics +#endif \ No newline at end of file