1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/esp32: remove include of esp_can.h

Since `esp_can.h` is included by main `cpu/esp32/include/periph_cpu.h` after the include of the specific `periph_cpu_$(CPU_FAM)`, it is not necessary to include `esp_can.h` in each specific `periph_cpu_$(CPU_FAM)`.
This commit is contained in:
Gunar Schorcht 2022-09-24 23:34:48 +02:00
parent 2039a10e71
commit da2f024f8b
3 changed files with 0 additions and 12 deletions

View File

@ -167,10 +167,6 @@ extern "C" {
*
*/
#ifdef MODULE_PERIPH_CAN
#include "can_esp.h"
#endif
#ifdef __cplusplus
}
#endif

View File

@ -215,10 +215,6 @@ extern "C" {
*
*/
#ifdef MODULE_PERIPH_CAN
#include "can_esp.h"
#endif
#ifdef __cplusplus
}
#endif

View File

@ -215,10 +215,6 @@ extern "C" {
*
*/
#ifdef MODULE_PERIPH_CAN
#include "can_esp.h"
#endif
#ifdef __cplusplus
}
#endif