mirror of
https://github.com/espressif/esp-idf
synced 2025-03-22 15:39:13 -04:00
9 lines
194 B
C
9 lines
194 B
C
|
/*
|
||
|
* SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
#pragma once
|
||
|
|
||
|
static inline void esp_vfs_lwip_sockets_register(void) {}
|