roo_io
API Documentation for roo_io
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1#pragma once
2
3#ifndef ROO_IO_FS_SUPPORT_POSIX
4
5#if (defined ESP_PLATFORM || defined ROO_TESTING || defined __linux__)
6#define ROO_IO_FS_SUPPORT_POSIX 1
7#else
8#define ROO_IO_FS_SUPPORT_POSIX 0
9#endif
10
11#endif