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

Compilation fix

This commit is contained in:
Bertrand Songis 2016-01-31 11:40:27 +01:00
parent 1c38ccaa12
commit e64866244d

View file

@ -762,7 +762,7 @@ void checkSwitches()
#define GETADC_COUNT 1
#endif
#ifdef GETADC_COUNT
for (uinr8_t i=0; i<GETADC_COUNT; i++) {
for (uint8_t i=0; i<GETADC_COUNT; i++) {
getADC();
}
#undef GETADC_COUNT