Arduino DLNA Server
Loading...
Searching...
No Matches
src
concurrency
Task.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef ESP32
4
#include "
TaskRTOS.h
"
5
#elif defined(__linux__)
6
#include "
TaskLinux.h
"
7
#else
8
#include "
TaskRTOS.h
"
9
#endif
10
TaskLinux.h
TaskRTOS.h
Generated by
1.9.6