modefilter: fixed type to be consistent with declaration

This commit is contained in:
Andrew Tridgell 2011-10-08 09:14:55 +11:00
parent f39deb3589
commit 298cc51118

View File

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