mirror of
https://github.com/espressif/esp-idf
synced 2025-03-13 02:59:13 -04:00
13 lines
258 B
C
13 lines
258 B
C
/*
|
|
* SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include "soc/twai_periph.h"
|
|
#include "soc/gpio_sig_map.h"
|
|
|
|
const twai_controller_signal_conn_t twai_controller_periph_signals = {
|
|
|
|
};
|