mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-02 13:30:59 +02:00
Update IDF to 9a26296
This commit is contained in:
9
tools/sdk/include/mbedtls_port/mbedtls/config.h
Normal file
9
tools/sdk/include/mbedtls_port/mbedtls/config.h
Normal file
@ -0,0 +1,9 @@
|
||||
/* This shim header is added so that any application code
|
||||
which includes "mbedtls/config.h" directly gets the correct
|
||||
config. */
|
||||
#pragma once
|
||||
#if !defined(MBEDTLS_CONFIG_FILE)
|
||||
#include_next "mbedtls/config.h"
|
||||
#else
|
||||
#include MBEDTLS_CONFIG_FILE
|
||||
#endif
|
Reference in New Issue
Block a user