Skip to content

Commit 72aca14

Browse files
committed
Remove ifdef which is no longer necessary because the file is no longer part of the ArduinoIoTCloud library
1 parent 01bb11d commit 72aca14

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: examples/utility/Provisioning/ECCX08TLSConfig.h

-6
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
#ifndef _ECCX08_TLS_CONFIG_H_
1919
#define _ECCX08_TLS_CONFIG_H_
2020

21-
#include <ArduinoIoTCloud_Defines.h>
22-
23-
#ifdef BOARD_HAS_ECCX08
24-
2521
const byte DEFAULT_ECCX08_TLS_CONFIG[128] = {
2622
// Read only - start
2723
// SN[0:3]
@@ -106,6 +102,4 @@ const byte DEFAULT_ECCX08_TLS_CONFIG[128] = {
106102
0x1C, 0x00
107103
};
108104

109-
#endif /* BOARD_HAS_ECCX08 */
110-
111105
#endif /* _ECCX08_TLS_CONFIG_H_ */

0 commit comments

Comments
 (0)