Browse Source

modefilter: fixed type to be consistent with declaration

master
Andrew Tridgell 14 years ago
parent
commit
fc53d5c477
  1. 2
      libraries/ModeFilter/ModeFilter.cpp

2
libraries/ModeFilter/ModeFilter.cpp

@ -56,7 +56,7 @@ void ModeFilter::isort() @@ -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…
Cancel
Save