1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 00:35:34 +03:00

Debug motor eRPM

This commit is contained in:
Pawel Spychalski (DzikuVx) 2019-10-25 14:31:22 +02:00
parent 1ceb0970f7
commit 85da1894d6
3 changed files with 7 additions and 1 deletions

View file

@ -74,5 +74,6 @@ typedef enum {
DEBUG_FFT,
DEBUG_FFT_TIME,
DEBUG_FFT_FREQ,
DEBUG_ERPM,
DEBUG_COUNT
} debugType_e;