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:51 -09:00 committed by Jacob Dahl
parent b1585a7f55
commit 89f14100ab

View File

@ -151,7 +151,7 @@ typedef struct {
uint64_t last_timestamp;
} erpm_data_t;
typedef struct edt_data_t {
typedef struct {
uint8_t value;
bool ready;
float rate_hz;