From 4e1d77b4b1b08c454c41cb7a3832628bfbad17e8 Mon Sep 17 00:00:00 2001 From: Olaf Rempel Date: Sun, 17 Apr 2011 15:15:49 +0200 Subject: [PATCH] fix output --- main.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c index ab79d90..a2829dc 100644 --- a/main.c +++ b/main.c @@ -32,7 +32,7 @@ * OUTPUT (active low) on PB0 */ -/* RC5 bitlength is 1778us +/-10% convert to time0 ticks (8us) */ +/* RC5 bitlength is 1778us +/-10% convert to timer0 ticks (8us) */ #define BITWIDTH (1778 / 8) #define BITWIDTH_MIN (BITWIDTH - (BITWIDTH / 10)) #define BITWIDTH_MAX (BITWIDTH + (BITWIDTH / 10)) @@ -42,8 +42,8 @@ #define RC5_COMPLETE 0x8000 #define PROGMODE_CHECK() (!(PINB & (1<