esp_spi_flash.h 221 B

1234567
  1. /*
  2. * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #warning esp_spi_flash.h is deprecated, please use spi_flash_mmap.h instead
  7. #include "spi_flash_mmap.h"