aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-09-15 13:37:00 -0400
committerKevin O'Connor <kevin@koconnor.net>2017-09-19 17:25:42 -0400
commit593741919f25a26f4a8d7b10e1dfaba7a23604c8 (patch)
tree30211a0a9b53c233eaf3f58fa881c0186cce9798
parent9d0fcca8a91e54e62733e711fbb52f2e030085e0 (diff)
downloadkutter-593741919f25a26f4a8d7b10e1dfaba7a23604c8.tar.gz
kutter-593741919f25a26f4a8d7b10e1dfaba7a23604c8.tar.xz
kutter-593741919f25a26f4a8d7b10e1dfaba7a23604c8.zip
mcu: Update file purpose comment
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--klippy/mcu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/mcu.py b/klippy/mcu.py
index 0bdf0b5e..054577c0 100644
--- a/klippy/mcu.py
+++ b/klippy/mcu.py
@@ -1,4 +1,4 @@
-# Multi-processor safe interface to micro-controller
+# Interface to Klipper micro-controller code
#
# Copyright (C) 2016,2017 Kevin O'Connor <kevin@koconnor.net>
#