Various improvements (#32)

- Set DPI for Waveshare S3 board
- Cleanup whitespace in test
- Replace FreeRTOS semaphore in `Loader` to `Mutex`
This commit is contained in:
Ken Van Hoeylandt
2024-02-03 15:45:53 +01:00
committed by GitHub
parent 4f89918e91
commit 69165263f1
5 changed files with 5 additions and 9 deletions
-1
View File
@@ -2,7 +2,6 @@
#include "tactility_core.h"
#include "timer.h"
void* timer_callback_context = NULL;
static void timer_callback_with_context(void* context) {
timer_callback_context = context;