Merge pull request #12769 from miteshdedhia7/pr/rssi-gt-fix

Fix WIFI-GET-RSSI test case failure and remove extra label from CYW9P62S1_43438EVB_01 in target.json
pull/12778/head
Martin Kojtal 2020-04-15 09:19:22 +02:00 committed by GitHub
commit 05dd4ce633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -399,7 +399,6 @@ int8_t WhdSTAInterface::get_rssi()
int32_t rssi;
whd_result_t res;
// initialize wiced, this is noop if already init
if (!_whd_emac.powered_up) {
if(!_whd_emac.power_up()) {
CY_ASSERT(false);
@ -408,7 +407,7 @@ int8_t WhdSTAInterface::get_rssi()
res = (whd_result_t)whd_wifi_get_rssi(_whd_emac.ifp, &rssi);
if (res != 0) {
CY_ASSERT(false);
/* The network GT tests expect that this function should return 0 in case of an error and not assert */
return 0;
}

View File

@ -12982,7 +12982,6 @@
"extra_labels_add": [
"PSOC6_01",
"MXCRYPTO_01",
"CM0P_SLEEP",
"CORDIO"
],
"macros_add": [