diff options
Diffstat (limited to 'src/container/esp32')
| -rw-r--r-- | src/container/esp32/inc/container/port.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/container/esp32/inc/container/port.h b/src/container/esp32/inc/container/port.h new file mode 100644 index 0000000..f3d9ffb --- /dev/null +++ b/src/container/esp32/inc/container/port.h @@ -0,0 +1,6 @@ +#ifndef CONTAINER_ESP32_H +#define CONTAINER_ESP32_H + +#define container_load(path, list, n) container_load_ex(path, list, n) + +#endif /* CONTAINER_ESP32_H */ |
