/* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ /* * This file is subject to the terms and conditions defined in * file 'LICENSE', which is part of this source code package. * Tuan PM */ #ifndef _PLATFORM_H__ #define _PLATFORM_H__ //Support ESP32 #ifdef ESP_PLATFORM #include "platform_esp32_idf.h" #endif #endif