Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Jan 13, 2025
1 parent ff47751 commit 4ea8c65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/io/displayport_msp_dji_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
#include "drivers/osd_symbols.h"

// 0123456789ABC
static char *dji_logo = "DJI FIX "
"THE OSD "
static char *dji_logo = " DJI FIX "
" THE OSD "
"FOR O3 AND"
"O4 ";
" O4 ";

uint8_t getDJICharacter(uint8_t ch, uint8_t page)
{
Expand Down

0 comments on commit 4ea8c65

Please sign in to comment.