suikan4github / murasaki

STM32 HAL class library
MIT License
17 stars 3 forks source link

Removing the L1/F0 I2C workaround #133

Closed suikan4github closed 3 years ago

suikan4github commented 3 years ago

Is your feature request related to a problem? Please describe. The HAL bug reported by #75 has been solved by ST. The workaround should be removed.

Describe the solution you'd like The ifdef of the line 221 and the line 260 of the i2cmaster.cpp should be removed. We don't need these conditional compilations anymore.

suikan4github commented 3 years ago

Merged to develop. Ready to reelase.