mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Remove excess member from timerHardware_s
This commit is contained in:
parent
7f715143da
commit
f0e5363703
3 changed files with 4 additions and 5 deletions
|
@ -127,7 +127,6 @@ typedef struct timerHardware_s {
|
|||
#elif defined(STM32H7)
|
||||
DMA_Stream_TypeDef *dmaRef;
|
||||
uint8_t dmaRequest;
|
||||
uint8_t dmaIrqHandler; // XXX Should be gone (can be substituted by dmaGetIdentifier)
|
||||
#else
|
||||
DMA_Channel_TypeDef *dmaRef;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue