/* * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #pragma once /* Note: These macros are deprecated. We define them for P4 only for backward compatibility with older version of esp_tinyusb Todo: Remove in IDF v6.0 (IDF-9029) */ #define USBPHY_VP_NUM -1 #define USBPHY_VM_NUM -1 #define USBPHY_RCV_NUM -1 #define USBPHY_OEN_NUM -1 #define USBPHY_VPO_NUM -1 #define USBPHY_VMO_NUM -1