From 425895e600b4d71b7d70b09248536e6baab43deb Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 3 Jan 2019 17:48:33 +0100 Subject: [PATCH] Typo in comments --- servomotor/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servomotor/main.c b/servomotor/main.c index ce151f3..296a6bb 100644 --- a/servomotor/main.c +++ b/servomotor/main.c @@ -38,7 +38,7 @@ #define SELECTED_FREQ FREQ_SEL_48MHz -/* Chose on of these depending on the signal you need: +/* Chose one of these depending on the signal you need: * - inverted one (3), for use with a single transistor * - non inverted (40 - 3), for use with two transistors (or none). */ -- 2.43.0