Skip to content

Commit

Permalink
Gforce Buffe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Scavanger authored and bkleiner committed Sep 19, 2024
1 parent e85d44b commit f9745d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/io/osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -5022,7 +5022,7 @@ uint8_t drawStat_ESCTemperature(uint8_t col, uint8_t row, uint8_t statValX)
uint8_t drawStat_GForce(uint8_t col, uint8_t row, uint8_t statValX)
{
char buff[12];
char outBuff[12];
char outBuff[20];

const float max_gforce = accGetMeasuredMaxG();
const acc_extremes_t *acc_extremes = accGetMeasuredExtremes();
Expand Down

0 comments on commit f9745d7

Please sign in to comment.