Closed caljay98 closed 2 years ago
Currently a critical section is opened for the entire write sequence. This can be done better
Use the built-in mutexes and osKernelLock instead of built in stuff
Currently a critical section is opened for the entire write sequence. This can be done better