Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-07-28 04:44:51 +0300
committerKevin O'Connor <kevin@koconnor.net>2022-07-28 04:44:51 +0300
commit23812bb78eb5c4d5b06a21b52892a0a9348616df (patch)
tree6a8abe9a4530dda59ebac4e6829ff4545c761f12
parent2daf39a2526adbcc4c3534c5c2740d22b157ff8f (diff)
canserial: Fix typo in canserial.hwork-canbus-20220725
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--src/generic/canserial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generic/canserial.h b/src/generic/canserial.h
index d7a56d3b4..e2f555212 100644
--- a/src/generic/canserial.h
+++ b/src/generic/canserial.h
@@ -16,4 +16,4 @@ void canserial_notify_tx(void);
int canserial_process_data(struct canbus_msg *msg);
void canserial_set_uuid(uint8_t *raw_uuid, uint32_t raw_uuid_len);
-#endif // canbus.h
+#endif // canserial.h