1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +01:00

esp32/can: include can_esp.h from periph_cpu.h

This commit is contained in:
Vincent Dupont 2020-09-29 14:33:28 +02:00
parent e2fa5bcb7c
commit c498bbdc83

View File

@ -563,6 +563,10 @@ typedef struct {
#define UART_NUMOF_MAX (3)
/** @} */
#ifdef MODULE_PERIPH_CAN
#include "can_esp.h"
#endif
#ifdef __cplusplus
}
#endif