X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/blobdiff_plain/879b06c217259fbe72821796716ad23834248f01..66c864ba3d7b8d0b81574be0a1ace68fcf77c577:/irsndmain.c diff --git a/irsndmain.c b/irsndmain.c index c50c818..e5a03cb 100644 --- a/irsndmain.c +++ b/irsndmain.c @@ -71,7 +71,7 @@ timer_init (void) TIMSK = 1 << OCIE1A; // OCIE1A: Interrupt by timer compare (use TIMSK for ATMEGA162) #else TIMSK1 = 1 << OCIE1A; // OCIE1A: Interrupt by timer compare (use TIMSK for ATMEGA162) -#endif // __AVR... +#endif // __AVR... } /*---------------------------------------------------------------------------------------------------------------------------------------------------