Update platforms/nuttx/src/px4/stm/stm32_common/dshot/dshot.c

Co-authored-by: Julian Oes <julian@oes.ch>
This commit is contained in:
Jacob Dahl 2026-01-26 09:06:42 -09:00 committed by Jacob Dahl
parent e835394d25
commit b1585a7f55

View File

@ -144,7 +144,7 @@ static bool _bdshot_processed[MAX_TIMER_IO_CHANNELS] = {};
static int _consecutive_failures[MAX_TIMER_IO_CHANNELS] = {};
static int _consecutive_successes[MAX_TIMER_IO_CHANNELS] = {};
typedef struct erpm_data_t {
typedef struct {
int32_t erpm;
bool ready;
float rate_hz;