diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-15 21:13:44 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-15 21:46:37 +0100 |
commit | ae9102482560b557628c83a247ab35063ade0bf7 (patch) | |
tree | 2f08afac5a943aac31186e2c5c0c7d60e6d8837a /lib/hidflash/main.c | |
parent | 121edea90cde8295f720ed9d2f2fccca61f66bb4 (diff) | |
download | kutter-ae9102482560b557628c83a247ab35063ade0bf7.tar.gz kutter-ae9102482560b557628c83a247ab35063ade0bf7.tar.xz kutter-ae9102482560b557628c83a247ab35063ade0bf7.zip |
Rename everything significant to Kutter except for docs
Diffstat (limited to 'lib/hidflash/main.c')
-rw-r--r-- | lib/hidflash/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hidflash/main.c b/lib/hidflash/main.c index 84abc335..bb4004aa 100644 --- a/lib/hidflash/main.c +++ b/lib/hidflash/main.c @@ -21,9 +21,9 @@ * * Modified 4/24/2020 * by Eric Callahan <arksine.code@gmail.com> -* This version of hid-flash has been modified to work with Klipper. +* This version of hid-flash has been modified to work with Kutter. * The serial port argument is now optional. If entered and found this program -* will attempt to force Klipper jump to the bootloader by connecting at +* will attempt to force Kutter jump to the bootloader by connecting at * 1200 baud and enabling DTR. */ |