From 593741919f25a26f4a8d7b10e1dfaba7a23604c8 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 15 Sep 2017 13:37:00 -0400 Subject: [PATCH] mcu: Update file purpose comment Signed-off-by: Kevin O'Connor --- klippy/mcu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #