diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-09-15 13:37:00 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-09-19 17:25:42 -0400 |
commit | 593741919f25a26f4a8d7b10e1dfaba7a23604c8 (patch) | |
tree | 30211a0a9b53c233eaf3f58fa881c0186cce9798 /klippy/mcu.py | |
parent | 9d0fcca8a91e54e62733e711fbb52f2e030085e0 (diff) | |
download | kutter-593741919f25a26f4a8d7b10e1dfaba7a23604c8.tar.gz kutter-593741919f25a26f4a8d7b10e1dfaba7a23604c8.tar.xz kutter-593741919f25a26f4a8d7b10e1dfaba7a23604c8.zip |
mcu: Update file purpose comment
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/mcu.py')
-rw-r--r-- | klippy/mcu.py | 2 |
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> # |