mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
10 lines
241 B
C
10 lines
241 B
C
/*
|
|
* SPDX-FileCopyrightText: 2023 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)
|