We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b35fb commit 658358cCopy full SHA for 658358c
features/cellular/framework/targets/QUECTEL/BG96/QUECTEL_BG96_CellularNetwork.cpp
@@ -30,9 +30,7 @@ QUECTEL_BG96_CellularNetwork::~QUECTEL_BG96_CellularNetwork()
30
31
bool QUECTEL_BG96_CellularNetwork::get_modem_stack_type(nsapi_ip_stack_t requested_stack)
32
{
33
- if ((requested_stack == IPV4_STACK) ||
34
- (requested_stack == IPV6_STACK) ||
35
- (requested_stack == IPV4V6_STACK)) {
+ if (requested_stack == IPV4_STACK) {
36
return true;
37
}
38
0 commit comments