Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaia3d committed Oct 22, 2023
1 parent bb3d825 commit 76ed33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/io/displayport_msp_bf_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ uint8_t getBfCharacter(uint8_t ch, uint8_t page)
return BF_SYM_AH_DECORATION_DOWN;
*/
case SYM_DIRECTION:
return return BF_SYM_ARROW_NORTH;
return BF_SYM_ARROW_NORTH;

case SYM_DIRECTION + 1: // NE pointing arrow
return BF_SYM_ARROW_7;
Expand Down

0 comments on commit 76ed33e

Please sign in to comment.