esp-idf/components/esp_hw_support/include/esp_intr.h

10 lines
239 B
C
Raw Normal View History

/*
* SPDX-FileCopyrightText: 2010-2021 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
2016-08-25 00:56:57 -04:00
2019-03-26 04:30:43 -04:00
#pragma once
#warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead
#include "esp_intr_alloc.h"