Skip to content

[WIP] Thales shield TLS connection #754

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
GSM: remove unused function
  • Loading branch information
pennam committed Nov 9, 2023
commit 10d0f1a6e82404b1c1c73b2c49cdd98d15fc9c1c
1 change: 0 additions & 1 deletion libraries/GSM/src/GSM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

#define MAXRETRY 3

bool _cmuxEnable = false;
arduino::CMUXClass * arduino::CMUXClass::get_default_instance()
{
static mbed::UnbufferedSerial serial(MBED_CONF_GEMALTO_CINTERION_TX, MBED_CONF_GEMALTO_CINTERION_RX, 115200);
Expand Down