Skip to content

Commit 6ab941d

Browse files
fix(hosted): Apply suggestion from @lucasssvaz
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
1 parent 909df63 commit 6ab941d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-hosted.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ bool hostedInitBLE() {
220220
return false;
221221
}
222222
hosted_ble_active = true;
223-
return hostedInit();
223+
return true;
224224
}
225225

226226
bool hostedInitWiFi() {

0 commit comments

Comments
 (0)