STMicroelectronics / stm32h7xx-hal-driver

Provides the STM32Cube MCU Component "hal_driver" of the STM32H7 series.
BSD 3-Clause "New" or "Revised" License
97 stars 41 forks source link

Undefined Macro Usage in stm32h7xx_hal_eth.h #45

Closed HTRamsey closed 4 months ago

HTRamsey commented 8 months ago

The ETH_DMA_Status_Flags use macros like ETH_DMACSR_REB_BIT_0 and ETH_DMACSR_TEB_BIT_0 that aren't defined anywhere.

TOUNSTM commented 8 months ago

ST Internal Reference: 173837

RJMSTM commented 4 months ago

Fixed in f05ae87