Skip to content

Commit

Permalink
Fix ROTable call
Browse files Browse the repository at this point in the history
Fixes #2806
  • Loading branch information
marcelstoer committed Jun 22, 2019
1 parent dd3e0ed commit 2d584a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/u8g2.c
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ U8G2_DISPLAY_TABLE_SPI

#undef U8G2_FONT_TABLE_ENTRY
#undef U8G2_DISPLAY_TABLE_ENTRY
#define U8G2_DISPLAY_TABLE_ENTRY(function, binding) LROT_FUNCENTRY(#binding,l ## binding)
#define U8G2_DISPLAY_TABLE_ENTRY(function, binding) LROT_FUNCENTRY(binding,l ## binding)
LROT_BEGIN(lu8g2)
U8G2_DISPLAY_TABLE_I2C
U8G2_DISPLAY_TABLE_SPI
Expand Down

0 comments on commit 2d584a2

Please sign in to comment.