Skip to content

Commit

Permalink
Add G_FORCE symbol as letter G
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Oct 21, 2023
1 parent 201398e commit ab20702
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/io/displayport_msp_bf_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,12 @@ uint8_t getBfCharacter(uint8_t ch, uint8_t page)
case SYM_PITCH_DOWN:
return BF_SYM_PITCH_DOWN;
*/

case SYM_GFORCE:
return BF_SYM_GFORCE;
return 'G';

/*
case SYM_GFORCE_X:
return BF_SYM_GFORCE_X;
Expand Down

0 comments on commit ab20702

Please sign in to comment.