X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/blobdiff_plain/879b06c217259fbe72821796716ad23834248f01..9547ee89a530c866f714f1ce0fafe0f03e0ce83c:/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... } /*---------------------------------------------------------------------------------------------------------------------------------------------------