Skip to content

Commit 0ec0664

Browse files
authored
Update RTWInterface.cpp
1 parent dfe0a97 commit 0ec0664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_Realtek/TARGET_AMEBA/RTWInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ nsapi_error_t RTWInterface::scan(WiFiAccessPoint *res, unsigned count)
186186
}
187187
rtw_free_sema(&scan_sema);
188188
return ApNum;
189-
}else if(count > 0 && res != NULL){
189+
}else if(count > 0 && res != NULL){
190190
count = count < maxApNum ? count : maxApNum;
191191
for(int i = 0; i < count; i++){
192192
memcpy(&res[i], SCANED_AP[i], sizeof(WiFiAccessPoint));

0 commit comments

Comments
 (0)