Closed EthenJ closed 8 months ago
There is a mistake in the comment on these two macros.
https://github.com/STMicroelectronics/stm32h7xx_hal_driver/blob/fec141ce999da655a48e1a15db83a72d564a1312/Inc/stm32h7xx_hal_fdcan.h#L818C1-L819C97
#define HAL_FDCAN_ERROR_FIFO_EMPTY ((uint32_t)0x00000100U) /*!< Put element in full FIFO */ #define HAL_FDCAN_ERROR_FIFO_FULL ((uint32_t)0x00000200U) /*!< Get element from empty FIFO
ST Internal Reference: 177629
There is a mistake in the comment on these two macros.
https://github.com/STMicroelectronics/stm32h7xx_hal_driver/blob/fec141ce999da655a48e1a15db83a72d564a1312/Inc/stm32h7xx_hal_fdcan.h#L818C1-L819C97