gopher-motorsports / data-logging-module

Data Logging Module for the Go4-22
2 stars 0 forks source link

Modify mutexes to be more thread safe and efficient #37

Closed caljay98 closed 2 years ago

caljay98 commented 2 years ago

Currently a critical section is opened for the entire write sequence. This can be done better

caljay98 commented 2 years ago

Use the built-in mutexes and osKernelLock instead of built in stuff