1
0
Fork 0
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:
Damjan Adamic 2014-12-04 22:17:06 +01:00
parent 271dae71f7
commit 5566439e76
4 changed files with 7 additions and 3 deletions

View file

@ -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()