Fix warning

This commit is contained in:
Raphael Assenat 2015-11-02 21:55:17 -05:00
parent 452e324d07
commit 4beb3805c4
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ void intervaltimer_set(int interval_ms)
char intervaltimer_get(void)
{
char a;
if (TIFR1 & (1<<OCF1A)) {
TIFR1 = 1<<OCF1A;
return 1;