Skip to content

Commit b50287d

Browse files
committed
Merge branch 'base'
2 parents 1dc58d6 + 2854807 commit b50287d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/ui/oled/oled.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,7 @@ void oled_clear_buffer(void)
143143

144144
void oled_mirror(bool mirror)
145145
{
146-
#if PLATFORM_BITBOX02 == 1
147146
bb02_display.mirror(mirror);
148-
#elif PLATFORM_BITBOXBASE == 1
149-
(void)mirror;
150-
// DON'T ABORT HERE, this is called in the bootloader
151-
screen_print_debug("BitBoxBase cannot mirror screen", 5000);
152-
#endif
153147
}
154148

155149
void oled_set_pixel(uint16_t x, uint16_t y, uint8_t c)

0 commit comments

Comments
 (0)