1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-21 15:25:12 +03:00

cosmetics

This commit is contained in:
bsongis 2014-03-15 15:44:09 +01:00
parent 1c3ced7222
commit 8bc28248e0

View file

@ -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) {