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"
#endif
#endif
namespace graphics
{
@ -468,4 +466,5 @@ void drawAnalogClockFrame(OLEDDisplay *display, OLEDDisplayUiState *state, int16
} // namespace ClockRenderer
} // namespace graphics
} // namespace graphics
#endif