lhr-solar / BPS

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

Fix Race Condition in Simulator_Logging_Location #528

Closed manthanand closed 1 year ago

manthanand commented 1 year ago

image This code is not atomic so the output could be corrupted. We should try implementing this in a way that doesn't lead to race conditions.