Commit a56a745
fix bidir dshot for nxp xrt boards
Cherry-picked from upstream PX4/PX4-Autopilot PR PX4#25854
Commit: c44e0be
Fixes: PX4#25853
When attempting to use bidirectional dshot on NXP i.MXRT boards,
esc_status messages would never get published. This was due to
bdshot_recv_mask being used to check the number of ready erpms,
while this mask is always set to zero before the check.
Fixed by checking bdshot_parsed_recv_mask instead.1 parent 763b287 commit a56a745
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
428 | | - | |
| 428 | + | |
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| |||
0 commit comments