esp_spiram.h 224 B

12345678910
  1. /*
  2. * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #pragma once
  7. #include "esp_psram.h"
  8. #warning "esp_spiram.h is deprecated, please migrate to esp_psram.h"