This commit is contained in:
rusEfi 2019-02-27 17:13:05 -05:00
parent 0244ccb010
commit 3aa1944ec0
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ float getRpmByAngleWindowAndTimeUs(int timeUs, float angleWindowWidth) {
} }
/** /**
* @param frequency knock frequencey, in kHz * @param frequency knock frequency, in kHz
*/ */
int getHip9011BandIndex(float frequency) { int getHip9011BandIndex(float frequency) {
return findIndexMsg("freq", bandFreqLookup, BAND_LOOKUP_SIZE, frequency); return findIndexMsg("freq", bandFreqLookup, BAND_LOOKUP_SIZE, frequency);