mirror of https://github.com/ARMmbed/mbed-os.git
fixed compile errors
parent
0e032eaab0
commit
4670c7f2c4
|
@ -24,6 +24,8 @@
|
|||
static const int sslctxID = 1;
|
||||
|
||||
using namespace mbed;
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
|
||||
namespace mbed {
|
||||
constexpr auto ME310_SOCKET_TIMEOUT = 1s;
|
||||
|
|
Loading…
Reference in New Issue