1
0
Fork 0
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:
Joel Fuster 2015-01-04 22:32:11 -05:00
parent c853f20d75
commit fd71e1ee93
2 changed files with 17 additions and 26 deletions

View file

@ -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;
}
}