mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
2 lines
67 B
C
2 lines
67 B
C
typedef void* TaskHandle_t;
|
|
typedef void (*TaskFunction_t)(void*);
|