mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
FMRadio: comment this line
This commit is contained in:
parent
41e6e248ab
commit
c69aed4a54
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ static int64_t fm_radio_get_freqs(int fd) {
|
|||
if (contains(tracks, ret))
|
||||
break;
|
||||
track = ret;
|
||||
printf("Found Freq %lld\n", ret);
|
||||
// printf("Found Freq %ld\n", ret);
|
||||
}
|
||||
fm_radio_set_mute(fd, false);
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Reference in a new issue