1
0
Fork 0
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:
bsongis 2014-05-09 17:26:16 +02:00
parent 9a086312c7
commit c3859dc308

View file

@ -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;