When trying to compile for ESP32-S3 got compilation error for several missing declarations in file src\ESP32SJA1000.cpp
missing declarations are :
DPORT_CAN_RST
DPORT_CAN_CLK_EN
CAN_RX_IDX
CAN_RX_IDX
ETS_CAN_INTR_SOURCE
DPORT_CAN_CLK_EN
It is posibble that those registers have diffrent name in definitions or change is more significent?
When trying to compile for ESP32-S3 got compilation error for several missing declarations in file src\ESP32SJA1000.cpp missing declarations are : DPORT_CAN_RST DPORT_CAN_CLK_EN CAN_RX_IDX CAN_RX_IDX ETS_CAN_INTR_SOURCE DPORT_CAN_CLK_EN
It is posibble that those registers have diffrent name in definitions or change is more significent?