mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Added missing function declaration
This commit is contained in:
parent
f698f99198
commit
c2a896c6f3
1 changed files with 1 additions and 0 deletions
|
@ -135,4 +135,5 @@ static inline float constrainf(float amt, float low, float high)
|
|||
return amt;
|
||||
}
|
||||
uint16_t crc16_ccitt(uint16_t crc, unsigned char a);
|
||||
uint8_t crc8_dvb_s2(uint8_t crc, unsigned char a);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue