mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
update DUAL_CAN to CAN_ADDON and update CAN_FD to CANFD_ADDON
This commit is contained in:
parent
4fef40b2a3
commit
7fe5dcb0b8
9 changed files with 54 additions and 54 deletions
|
@ -271,7 +271,7 @@ const char* getCANInterfaceName(CAN_Interface interface) {
|
|||
#endif
|
||||
case CAN_ADDON_MCP2515:
|
||||
return "Add-on CAN via GPIO MCP2515";
|
||||
case CAN_ADDON_FD_MCP2518:
|
||||
case CANFD_ADDON_MCP2518:
|
||||
#ifdef USE_CANFD_INTERFACE_AS_CLASSIC_CAN
|
||||
return "Add-on CAN-FD via GPIO MCP2518 (Classic CAN)";
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue