Skip to content

Commit

Permalink
[PATCH 2/2] [Temporary Patch] For using SKTelecom network
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lee committed Jun 4, 2019
1 parent 6c43e63 commit 62d6a51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ QUECTEL_BG96_CellularContext::~QUECTEL_BG96_CellularContext()

bool QUECTEL_BG96_CellularContext::stack_type_supported(nsapi_ip_stack_t stack_type)
{
if (stack_type == IPV4_STACK) {
if (stack_type == IPV4_STACK || stack_type == IPV6_STACK) {
return true;
}
return false;
Expand Down

0 comments on commit 62d6a51

Please sign in to comment.