1
0
Fork 0
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:
jflyper 2019-06-02 21:32:03 +09:00
parent 7f715143da
commit f0e5363703
3 changed files with 4 additions and 5 deletions

View file

@ -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