Skip to content

Commit ebfa2a5

Browse files
pennamgiulcioffi
authored andcommitted
WiFiSSLSE050Client: remove code from ArduinoIoTCloud
1 parent 620e650 commit ebfa2a5

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

libraries/WiFi/src/WiFiSSLSE050Client.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1818
*/
1919

20-
#include <AIoTC_Config.h>
21-
#ifdef BOARD_HAS_SE050
22-
2320
#include "WiFiSSLSE050Client.h"
2421

2522
arduino::WiFiSSLSE050Client::WiFiSSLSE050Client() {
@@ -37,5 +34,3 @@ void arduino::WiFiSSLSE050Client::appendCustomCACert(const char ca_cert[]) {
3734

3835
_ca_cert = ca_cert;
3936
}
40-
41-
#endif /* BOARD_HAS_SE050 */

libraries/WiFi/src/WiFiSSLSE050Client.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
#ifndef WIFISSLSE050CLIENT_H
2121
#define WIFISSLSE050CLIENT_H
2222

23-
#include <AIoTC_Config.h>
24-
#ifdef BOARD_HAS_SE050
2523

2624
#include "SE05X.h"
2725
#include "WiFiClient.h"
@@ -78,6 +76,4 @@ class WiFiSSLSE050Client : public arduino::WiFiClient {
7876

7977
}
8078

81-
#endif
82-
83-
#endif /* WIFISSLSE050CLIENT_H */
79+
#endif /* WIFISSLSE050CLIENT_H */

0 commit comments

Comments
 (0)