1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Channel web API utils: fixed warning

This commit is contained in:
f4exb 2022-07-20 13:42:12 +02:00
parent 3515f6a7ee
commit b33f1e7dd5

View File

@ -146,6 +146,8 @@ bool ChannelWebAPIUtils::getDeviceReport(unsigned int deviceIndex, SWGSDRangel::
httpRC, qPrintable(errorResponse));
return false;
}
return true;
}
bool ChannelWebAPIUtils::getFeatureSettings(unsigned int featureSetIndex, unsigned int featureIndex, SWGSDRangel::SWGFeatureSettings &featureSettingsResponse, Feature *&feature)