mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
Add more Arduino/FreeRTOS test stubs so that eModbus builds in ESP32 mode.
This commit is contained in:
parent
9eac0a90b5
commit
55d8a24f55
12 changed files with 86 additions and 11 deletions
2
test/emul/freertos/task.h
Normal file
2
test/emul/freertos/task.h
Normal file
|
@ -0,0 +1,2 @@
|
|||
typedef void* TaskHandle_t;
|
||||
typedef void (*TaskFunction_t)(void*);
|
Loading…
Add table
Add a link
Reference in a new issue