esp-idf/components/soc/esp32/include/soc/gdma_channel.h
2021-11-08 16:14:51 +08:00

8 lines
221 B
C

/*
* SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
// ESP32 doesn't feature General DMA peripheral.
// We keep this file here only for consistency's sake.