1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-19 22:19:14 -04:00
2023-04-25 11:48:13 +08:00

13 lines
292 B
C

/*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "soc/ieee802154_periph.h"
const ieee802154_conn_t ieee802154_periph = {
.module = PERIPH_IEEE802154_MODULE,
.irq_id = ETS_ZB_MAC_SOURCE,
};