1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-12-21 23:08:53 -05:00

Fix warning

This commit is contained in:
Raphael Assenat 2015-11-02 21:55:17 -05:00
parent 452e324d07
commit 4beb3805c4

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;