mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 14:55:13 +03:00
Fixed simu build
This commit is contained in:
parent
271dae71f7
commit
5566439e76
4 changed files with 7 additions and 3 deletions
|
@ -41,10 +41,8 @@
|
|||
display_t displayBuf1[DISPLAY_BUF_SIZE];
|
||||
display_t displayBuf2[DISPLAY_BUF_SIZE];
|
||||
display_t * displayBuf = displayBuf1;
|
||||
#define DISPLAY_BUFER_SIZE sizeof(displayBuf1)
|
||||
#else
|
||||
display_t displayBuf[DISPLAY_BUF_SIZE];
|
||||
#define DISPLAY_BUFER_SIZE sizeof(displayBuf)
|
||||
#endif
|
||||
|
||||
void lcd_clear()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue