mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
11 lines
341 B
C
11 lines
341 B
C
// Can't place library in this src/ directory, Arduino will attempt to build the tests/etc.
|
|
// Just have a stub here that redirects to the actual source file
|
|
|
|
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
|
|
#define LFS_NAME_MAX 32
|
|
#define LFS_NO_DEBUG
|
|
#define LFS_NO_WARN
|
|
#define LFS_NO_ERROR
|
|
|
|
#include "../lib/littlefs/lfs.c"
|