embeddedsw icon indicating copy to clipboard operation
embeddedsw copied to clipboard

Audio_Formatter: Bug in the initialization subroutine removed

Open itesegr opened this issue 5 years ago • 0 comments

  1. Uninitialized BaseAddress is used for the DMA_Reset. The BaseAddress is copied to the InstancePtr before the DMA_Reset is called.

  2. Preprocessor Typo: Xil_AssertNonVoid -> Xil_AssertNonvoid

itesegr avatar Jun 05 '19 07:06 itesegr