Comment update.

pull/338/head
Christopher Young 2016-03-15 22:41:47 -04:00
rodzic 2224d131b6
commit d3ee8dce97
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -492,7 +492,7 @@ func sdrWatcher() {
count := rtl.GetDeviceCount()
atomic.StoreUint32(&globalStatus.Devices, uint32(count))
// support two and only two dongles
// support up to two dongles
if count > 2 {
count = 2
}