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:
parent
452e324d07
commit
4beb3805c4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user