mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-23 16:25:12 +03:00
cosmetics
This commit is contained in:
parent
1c3ced7222
commit
8bc28248e0
1 changed files with 1 additions and 2 deletions
|
@ -616,7 +616,6 @@ static uint32_t PowerUpDelay;
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
uint32_t i;
|
|
||||||
uint8_t index = 0;
|
uint8_t index = 0;
|
||||||
#if defined(PCBTARANIS)
|
#if defined(PCBTARANIS)
|
||||||
uint8_t TenCount = 2;
|
uint8_t TenCount = 2;
|
||||||
|
@ -790,7 +789,7 @@ int main()
|
||||||
limit = nameCount;
|
limit = nameCount;
|
||||||
}
|
}
|
||||||
maxhsize = 0;
|
maxhsize = 0;
|
||||||
for (i = 0; i < limit; i += 1) {
|
for (uint32_t i=0; i<limit; i++) {
|
||||||
uint32_t x;
|
uint32_t x;
|
||||||
x = strlen(Filenames[i]);
|
x = strlen(Filenames[i]);
|
||||||
if (x > maxhsize) {
|
if (x > maxhsize) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue