CAN_HOST + CAN_TOOLHEAD
Some checks failed
Deploy / deploy (push) Has been cancelled

MarlinFirmware/Marlin#27547

Co-Authored-By: rondlh <77279634+rondlh@users.noreply.github.com>
This commit is contained in:
Scott Lahteine 2025-06-14 17:41:06 -05:00
parent ac58396495
commit 41ed0adfcf
383 changed files with 1915 additions and 383 deletions

View file

@ -140,7 +140,11 @@
#endif
// Enable CAN bus support and protocol
//#define CAN_MASTER
//#define CAN_HOST
//#define CAN_TOOLHEAD
#if ANY(CAN_HOST, CAN_TOOLHEAD)
//#define CAN_DEBUG
#endif
// Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH