From b8ed6c6c58b2246c61a32b88281e758e56367832 Mon Sep 17 00:00:00 2001 From: "ctcaer@gmail.com" Date: Sun, 28 Apr 2019 00:54:37 +0300 Subject: [PATCH] [hid] notification led - fix misaligned comments --- hid/notification-led/source/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hid/notification-led/source/main.c b/hid/notification-led/source/main.c index ce03c31..17e3bd8 100644 --- a/hid/notification-led/source/main.c +++ b/hid/notification-led/source/main.c @@ -57,7 +57,7 @@ int main(int argc, char* argv[]) memset(&pattern, 0, sizeof(pattern)); // Setup Breathing effect pattern data. - pattern.baseMiniCycleDuration = 0x8; // 100ms. + pattern.baseMiniCycleDuration = 0x8; // 100ms. pattern.totalMiniCycles = 0x2; // 3 mini cycles. Last one 12.5ms. pattern.totalFullCycles = 0x0; // Repeat forever. pattern.startIntensity = 0x2; // 13%. @@ -73,7 +73,7 @@ int main(int argc, char* argv[]) memset(&pattern, 0, sizeof(pattern)); // Setup Heartbeat effect pattern data. - pattern.baseMiniCycleDuration = 0x1; // 12.5ms. + pattern.baseMiniCycleDuration = 0x1; // 12.5ms. pattern.totalMiniCycles = 0xF; // 16 mini cycles. pattern.totalFullCycles = 0x0; // Repeat forever. pattern.startIntensity = 0x0; // 0%.