lwip: Rename esp32 port layer to esp32xx

As it reflects all chips from esp32-xx family, not only esp32
This commit is contained in:
David Cermak
2023-01-31 08:15:33 +01:00
parent fa97004faf
commit 332e4902b4
8 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
/*
* SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifdef __cplusplus
extern "C" {
#endif
void esp_vfs_lwip_sockets_register(void);
#ifdef __cplusplus
}
#endif