mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
modefilter: fixed type to be consistent with declaration
This commit is contained in:
parent
f39deb3589
commit
298cc51118
@ -56,7 +56,7 @@ void ModeFilter::isort()
|
||||
}
|
||||
|
||||
//Mode function, returning the mode or median.
|
||||
int ModeFilter::mode(){
|
||||
int16_t ModeFilter::mode(){
|
||||
int fmode = 0;
|
||||
byte i = 0;
|
||||
byte count = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user