roo_transport
API Documentation for roo_transport
Loading...
Searching...
No Matches
compile_guard.h
Go to the documentation of this file.
1#pragma once
2
3#include "roo_threads.h"
4#include "roo_threads/mutex.h"
5
6#ifndef ROO_USE_THREADS
7#if (defined ESP_PLATFORM || defined ROO_THREADS_USE_FREERTOS || \
8 defined __linux__)
9#define ROO_USE_THREADS
10#endif
11#endif