mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 12:55:12 +03:00
Cosmetics
This commit is contained in:
parent
196da35c6e
commit
1f1ccf277c
1 changed files with 1 additions and 5 deletions
|
@ -46,11 +46,7 @@ char zchar2char(int8_t idx)
|
||||||
|
|
||||||
char char2lower(char c)
|
char char2lower(char c)
|
||||||
{
|
{
|
||||||
if(c >= 'A' && c <= 'Z'){
|
return (c >= 'A' && c <= 'Z') ? c + 32 : c;
|
||||||
return c+32;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
return c;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int8_t char2zchar(char c)
|
int8_t char2zchar(char c)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue