summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorukw2010-06-10 10:04:01 +0000
committerukw2010-06-10 10:04:01 +0000
commit879b06c217259fbe72821796716ad23834248f01 (patch)
tree864100011cbe7c316bdd0f4459add81ba2f3fc10 /main.c
parentb5ea7869b5946d1dcf8a586d8e0d081cde940989 (diff)
downloadirmp-879b06c217259fbe72821796716ad23834248f01.zip
Version 1.6.1: changed interfaces of irmp_ISR(), irsnd_send_data(), changed debug output of silent, normal and verbose modes, changed uart routines for more portability
git-svn-id: svn://mikrocontroller.net/irmp@22 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index faab8ea..cc37574 100644
--- a/main.c
+++ b/main.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2009-2010 Frank Meyer - frank(at)fli4l.de
*
- * $Id: main.c,v 1.5 2010/03/29 09:33:29 fm Exp $
+ * $Id: main.c,v 1.6 2010/06/10 10:09:47 fm Exp $
*
* ATMEGA88 @ 8 MHz
*
@@ -86,7 +86,7 @@ interrupt [TIM1_COMPA] void timer1_compa_isr(void)
ISR(TIMER1_COMPA_vect)
#endif // CODEVISION
{
- irmp_ISR(); // call irmp ISR
+ (void) irmp_ISR(); // call irmp ISR
// call other timer interrupt routines...
}