mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
comments removed
This commit is contained in:
parent
676491412d
commit
34009091fd
1 changed files with 0 additions and 2 deletions
|
@ -514,7 +514,6 @@ void lcd_outdezNAtt(xcoord_t x, uint8_t y, lcdint_t val, LcdFlags flags, uint8_t
|
|||
x += 2;
|
||||
}
|
||||
#if defined(BOLD_FONT) && !defined(CPUM64) || defined(EXTSTD)
|
||||
///////////////////////////////////////////////////////////////////
|
||||
if (flags & BOLD) fw += 1;
|
||||
#endif
|
||||
}
|
||||
|
@ -575,7 +574,6 @@ void lcd_outdezNAtt(xcoord_t x, uint8_t y, lcdint_t val, LcdFlags flags, uint8_t
|
|||
val = qr.quot;
|
||||
x-=fw;
|
||||
#if defined(BOLD_FONT) && !defined(CPUM64) || defined(EXTSTD)
|
||||
////////////////////////////////////////////////////////////
|
||||
if (i==len && (flags & BOLD)) x += 1;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue