Did anything actually change?

This commit is contained in:
Rob French 2020-09-29 11:56:09 -05:00
parent b3887bc68d
commit bb5a0579b9
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ def calc_lnb_lo(freq, ifreq, isusb=True):
if DEBUG:
print('USB IF: ' + str(ifreq + usb_if_offset))
#return - freq - (ifreq - usb_if_offset)
return freq + usb_if_offset - ifreq
return -freq + usb_if_offset - ifreq
else:
if DEBUG:
print('LSB IF: ' + str(ifreq + lsb_if_offset))