]> mj.ucw.cz Git - home-hw.git/commitdiff
Aircon FW: Fix typo
authorMartin Mares <mj@ucw.cz>
Thu, 18 Jul 2019 11:00:30 +0000 (13:00 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 18 Jul 2019 11:00:30 +0000 (13:00 +0200)
aircon/firmware/main.c

index 737aafb97110b552cc7c0802898b4dd29ec86ab7..c43012162caa840a9e01da1c7958b17017bc8fcb 100644 (file)
@@ -353,7 +353,7 @@ static bool rc_send(char key)
                return false;
        rc_pending = key;
        rc_pattern_pos = rc_patterns[s - rc_keys];
-       debug_printf("RC sending: %c", key);
+       debug_printf("RC sending: %c\n", key);
 
        gpio_clear(GPIOC, GPIO13);