STMicroelectronics / stm32h7xx-hal-driver

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

Undefined Macro Usage in stm32h7xx_hal_eth.h #45

Closed HTRamsey closed 5 months ago

HTRamsey commented 9 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 9 months ago

ST Internal Reference: 173837

RJMSTM commented 5 months ago

Fixed in f05ae87