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