mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
12 lines
224 B
C
12 lines
224 B
C
/*
|
|
* SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Unlicense OR CC0-1.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#if CONFIG_IEEE802154_DEBUG
|
|
void register_ieee802154_debug_cmd(void);
|
|
#endif
|