mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Limit UT changes to those mixer-related
This commit is contained in:
parent
c853f20d75
commit
fd71e1ee93
2 changed files with 17 additions and 26 deletions
|
@ -84,12 +84,4 @@ void delay(uint32_t ms)
|
|||
UNUSED(ms);
|
||||
return;
|
||||
}
|
||||
|
||||
int constrain(int amt, int low, int high)
|
||||
{
|
||||
UNUSED(amt);
|
||||
UNUSED(low);
|
||||
UNUSED(high);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue