diff --git a/docs/hw-platforms.rst b/docs/hw-platforms.rst index e8e2f8a5..22bec365 100644 --- a/docs/hw-platforms.rst +++ b/docs/hw-platforms.rst @@ -1,6 +1,6 @@ Supported Boards ================ - +Linjing The following XMC microcontroller boards are supported by XMC for Arduino: .. list-table:: Supported Microcontroller Boards diff --git a/libraries/CAN/src/CAN.h b/libraries/CAN/src/CAN.h index edc6ad59..6902c0ce 100644 --- a/libraries/CAN/src/CAN.h +++ b/libraries/CAN/src/CAN.h @@ -1,6 +1,6 @@ #ifndef CAN_H #define CAN_H - +//test #if defined(CAN_xmc) #include "CANXMC.h" #endif