Don't endif til the end

This commit is contained in:
Jonathan Bennett 2025-06-08 23:32:07 -05:00
parent b1b33c39ac
commit 9b55c44cf2

View File

@ -16,8 +16,6 @@
#include "nimble/NimbleBluetooth.h" #include "nimble/NimbleBluetooth.h"
#endif #endif
#endif
namespace graphics namespace graphics
{ {
@ -469,3 +467,4 @@ void drawAnalogClockFrame(OLEDDisplay *display, OLEDDisplayUiState *state, int16
} // namespace ClockRenderer } // namespace ClockRenderer
} // namespace graphics } // namespace graphics
#endif