ericps1 / crts

GNU General Public License v3.0
12 stars 18 forks source link

Fix double lock in set_rx_freq #8

Closed ffund closed 8 years ago

ffund commented 8 years ago

In the version of set_rx_freq that also accepts a DSP frequency, mutex_lock was called twice instead of lock + unlock.