lhr-solar / BPS

Battery Protection System Code
MIT License
4 stars 2 forks source link

Return error code and handle for BSP_PLL_Init #581

Closed manthanand closed 9 months ago

manthanand commented 1 year ago

As of now, the BSP_PLL library initialization function just spins in a while loop if there is an error in the code. We should have it return an error code and properly handle it instead.