mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
Switch to CMake continued
This commit is contained in:
parent
88841f63ca
commit
0c78c60dc9
13 changed files with 470 additions and 326 deletions
|
@ -36,6 +36,8 @@
|
|||
|
||||
#include "../opentx.h"
|
||||
|
||||
#if defined(CPUARM)
|
||||
|
||||
int circularIncDec(int current, int inc, int min, int max, IsValueAvailable isValueAvailable)
|
||||
{
|
||||
do {
|
||||
|
@ -444,3 +446,5 @@ int getFirstAvailable(int min, int max, IsValueAvailable isValueAvailable)
|
|||
}
|
||||
return retval;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue