Browse Source

Merge pull request #44 from SummerGGift/patch-1

【修改】:mdk 警告
朱天龙 (Armink) 6 years ago
parent
commit
3ce3c64d27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ports/inc/tls_client.h

+ 1 - 1
ports/inc/tls_client.h

@@ -50,4 +50,4 @@ typedef struct MbedTLSSession
  extern int mbedtls_client_read(MbedTLSSession *session, unsigned char *buf , size_t len);
  extern int mbedtls_client_write(MbedTLSSession *session, const unsigned char *buf , size_t len);
 
- #endif
+#endif