mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-21 15: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()
|
||||
{
|
||||
uint32_t i;
|
||||
uint8_t index = 0;
|
||||
#if defined(PCBTARANIS)
|
||||
uint8_t TenCount = 2;
|
||||
|
@ -790,7 +789,7 @@ int main()
|
|||
limit = nameCount;
|
||||
}
|
||||
maxhsize = 0;
|
||||
for (i = 0; i < limit; i += 1) {
|
||||
for (uint32_t i=0; i<limit; i++) {
|
||||
uint32_t x;
|
||||
x = strlen(Filenames[i]);
|
||||
if (x > maxhsize) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue