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

10 wiersze
239 B
C
Czysty Zwykły widok Historia

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