mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-25 17:25:10 +03:00
Compilation fix
This commit is contained in:
parent
1c38ccaa12
commit
e64866244d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue