Skip to content

Commit

Permalink
Fix typo in u8g2 updateDisplay function mapping (#3649)
Browse files Browse the repository at this point in the history
  • Loading branch information
serg3295 authored May 3, 2024
1 parent 92f37de commit 7c95e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modules/u8g2.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ LROT_BEGIN(lu8g2_display, NULL, LROT_MASK_INDEX)
LROT_FUNCENTRY( setFontRefHeightExtendedText, lu8g2_setFontRefHeightExtendedText )
LROT_FUNCENTRY( setFontRefHeightText, lu8g2_setFontRefHeightText )
LROT_FUNCENTRY( setPowerSave, lu8g2_setPowerSave )
LROT_FUNCENTRY( updateDispla, lu8g2_updateDisplay )
LROT_FUNCENTRY( updateDisplay, lu8g2_updateDisplay )
LROT_FUNCENTRY( updateDisplayArea, lu8g2_updateDisplayArea )
LROT_END(lu8g2_display, NULL, LROT_MASK_INDEX)

Expand Down

0 comments on commit 7c95e23

Please sign in to comment.