aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CANBUS.md
diff options
context:
space:
mode:
authorYifei Ding <dingyifeiair@gmail.com>2022-01-26 15:00:18 -0800
committerGitHub <noreply@github.com>2022-01-26 18:00:18 -0500
commit7d57a7c4c846bbf0b6e271b4cc7f86cb0a04d11d (patch)
treedbc71a4f6c6487087dfca511ba78c31f7e2bc554 /docs/CANBUS.md
parent28b568a6ace40af5f92383d23797409f4c1bcce3 (diff)
downloadkutter-7d57a7c4c846bbf0b6e271b4cc7f86cb0a04d11d.tar.gz
kutter-7d57a7c4c846bbf0b6e271b4cc7f86cb0a04d11d.tar.xz
kutter-7d57a7c4c846bbf0b6e271b4cc7f86cb0a04d11d.zip
docs: Various minor fixes (#5175)
Signed-off-by: Yifei Ding<yifeiding@protonmail.com
Diffstat (limited to 'docs/CANBUS.md')
-rw-r--r--docs/CANBUS.md2
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.