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