mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 22:05:10 +03:00
Compilation failure on Sky9x
This commit is contained in:
parent
9a086312c7
commit
c3859dc308
1 changed files with 1 additions and 1 deletions
|
@ -866,7 +866,7 @@ void lcdDrawTelemetryTopBar()
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(PCBTARANIS)
|
#if defined(CPUARM) && defined(RTCLOCK)
|
||||||
void putsTime(xcoord_t x, uint8_t y, struct gtm t, LcdFlags att)
|
void putsTime(xcoord_t x, uint8_t y, struct gtm t, LcdFlags att)
|
||||||
{
|
{
|
||||||
LcdFlags att2 = (att & (INVERS|BLINK)) | LEADING0;
|
LcdFlags att2 = (att & (INVERS|BLINK)) | LEADING0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue