diff options
Diffstat (limited to 'docs/CANBUS.md')
-rw-r--r-- | docs/CANBUS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CANBUS.md b/docs/CANBUS.md index 5d5b2a08..fc85dc76 100644 --- a/docs/CANBUS.md +++ b/docs/CANBUS.md @@ -8,7 +8,7 @@ Klipper currently only supports CAN on stm32 chips. In addition, the micro-controller chip must support CAN and it must be on a board that has a CAN transceiver. -To compile for CAN, run "make menuconfig" and select "CAN bus" as the +To compile for CAN, run `make menuconfig` and select "CAN bus" as the communication interface. Finally, compile the micro-controller code and flash it to the target board. |