mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 22:35:12 +03:00
Cosmetic changes (thanks to Bertrand's review)
This commit is contained in:
parent
e9f8b14f8b
commit
e55b7504c3
3 changed files with 24 additions and 24 deletions
|
@ -38,11 +38,11 @@
|
|||
|
||||
|
||||
#if defined(PCBTARANIS) && defined(REVPLUS) && defined(LCD_DUAL_BUFFER)
|
||||
display_t displayBuf1[DISPLAY_BUF_SIZE];
|
||||
display_t displayBuf2[DISPLAY_BUF_SIZE];
|
||||
display_t * displayBuf = displayBuf1;
|
||||
display_t displayBuf1[DISPLAY_BUF_SIZE];
|
||||
display_t displayBuf2[DISPLAY_BUF_SIZE];
|
||||
display_t * displayBuf = displayBuf1;
|
||||
#else
|
||||
display_t displayBuf[DISPLAY_BUF_SIZE];
|
||||
display_t displayBuf[DISPLAY_BUF_SIZE];
|
||||
#endif
|
||||
|
||||
void lcd_clear()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue