From 266226379418df640e4c810ebfccb8168ec01e8c Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Wed, 25 Sep 2013 15:43:39 +1200 Subject: [PATCH] Tweak comments --- apps/space12/flasher.c | 3 ++- apps/space12/flasher.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/space12/flasher.c b/apps/space12/flasher.c index 2cdebd4..338f964 100644 --- a/apps/space12/flasher.c +++ b/apps/space12/flasher.c @@ -1,7 +1,8 @@ /** @file flasher.c @author M. P. Hayes, UCECE @date 13 March 2005 - @brief + @brief Combined software PWM and flashing module. Use at your peril! + This should be simplified. */ #include "flasher.h" diff --git a/apps/space12/flasher.h b/apps/space12/flasher.h index 4cfd6f8..bc5d08d 100644 --- a/apps/space12/flasher.h +++ b/apps/space12/flasher.h @@ -2,6 +2,7 @@ @author M. P. Hayes, UCECE @date 13 March 2005 @brief Combined software PWM and flashing module. Use at your peril! + This should be simplified. */ #ifndef FLASHER_H #define FLASHER_H @@ -38,7 +39,7 @@ typedef struct /* This is the modulation period. It determines the frequency of a tone or flicker rate of a LED. */ uint8_t mod_period; - /* This is the modulation duty. It determines the luminance of a LED. */ + /* This is the modulation duty. It determines the luminance of an LED. */ uint8_t mod_duty; /* This is the period between the start of two flashes in a sequence. */ uint8_t flasher_period;