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:
committed by
GitHub
parent
4f89918e91
commit
69165263f1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user