todo for possible error

This commit is contained in:
Lenhart 2021-01-21 21:48:14 +01:00
parent 8021908d0e
commit 26bed941c9

View File

@ -219,7 +219,7 @@ int main(int argc, char *const argv[]){
LPFBW = LPFBWRange.min; LPFBW = LPFBWRange.min;
} }
if(LPFBW > LPFBWRange.max){ if(LPFBW > LPFBWRange.max){
LPFBW = LPFBWRange.min; LPFBW = LPFBWRange.min; //TODO IS THIS INTENDED?
} }
int setLPFBW = LMS_SetLPFBW(device, LMS_CH_TX, channel, LPFBW); int setLPFBW = LMS_SetLPFBW(device, LMS_CH_TX, channel, LPFBW);
if(setLPFBW){ if(setLPFBW){