From 21e3fb608d13a8b10b28728213f14be0069053fd Mon Sep 17 00:00:00 2001 From: Kevin Plaizier <46289813+Quick-Flash@users.noreply.github.com> Date: Mon, 14 Aug 2023 12:39:55 -0600 Subject: [PATCH] Document where dshot documentation is found (#12997) --- src/main/drivers/dshot.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/drivers/dshot.c b/src/main/drivers/dshot.c index 65d4a31933..fc686cdf74 100644 --- a/src/main/drivers/dshot.c +++ b/src/main/drivers/dshot.c @@ -18,6 +18,8 @@ * If not, see . * * Author: jflyper + * + * Follows the extended dshot telemetry documentation found at https://github.com/bird-sanctuary/extended-dshot-telemetry */ #include