mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
10 lines
246 B
C
10 lines
246 B
C
/*
|
|
* SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#pragma once
|
|
|
|
#define SPI_FLASH_VENDOR_XMC_SUPPORT_ENABLED (1)
|
|
#define SPI_FLASH_VENDOR_GD_SUPPORT_ENABLED (1)
|