suikan4github / rpp_driver

An experimental Duplex I2S implementation on PIO and its example applications.
MIT License
0 stars 0 forks source link

Remove duplicated assertions in the adau1361lower.cpp #8

Closed suikan4github closed 2 months ago

suikan4github commented 2 months ago

The following two assertions are redundant.

https://github.com/suikan4github/rpp_driver/blob/e94060e61d941552213ebe89a39de3b5745d2364/src/codec/adau1361lower.cpp#L89-L91

https://github.com/suikan4github/rpp_driver/blob/e94060e61d941552213ebe89a39de3b5745d2364/src/codec/adau1361lower.cpp#L449

We should remove the former one, and give more precise comment to the later assertion.

suikan4github commented 2 months ago

It was merged to develop. Ready to release.