Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hw/drivers/i2s: Fix I2S driver for STM32F1 family
case HAL_I2S_STATE_BUSY_TX_RX is not valid for this chip It should be only present for F4, F3 and H7. Definition was present in mynewt copy of stm32f1xx_hal_i2s.h and probably was part of Stm32Cube package, but it is not present in stm32f1xx_hal_driver Signed-off-by: Jerzy Kasenberg <[email protected]>
- Loading branch information