File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 33
33
#include " tls/utility/CryptoUtil.h"
34
34
#endif
35
35
36
- #if defined(ARDUINO_PORTENTA_H7_M7)
36
+ #if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4)
37
+ # include < algorithm>
37
38
# include " tls/utility/SHA256.h"
38
39
# include < stm32h7xx_hal_rtc_ex.h>
39
40
#endif
45
46
46
47
#include " utility/watchdog/Watchdog.h"
47
48
49
+
48
50
/* *****************************************************************************
49
51
* EXTERN
50
52
******************************************************************************/
Original file line number Diff line number Diff line change 24
24
#include " OTA.h"
25
25
26
26
#include < Arduino_DebugUtils.h>
27
+ #include < Arduino_Portenta_OTA.h>
27
28
28
29
#include " ../watchdog/Watchdog.h"
29
30
Original file line number Diff line number Diff line change 36
36
#include <SFU.h>
37
37
#endif /* OTA_STORAGE_SFU */
38
38
39
- #if OTA_STORAGE_PORTENTA_QSPI
40
- #include <Arduino_Portenta_OTA.h>
41
- #endif /* OTA_STORAGE_PORTENTA_QSPI */
42
-
43
39
/******************************************************************************
44
40
* TYPEDEF
45
41
******************************************************************************/
You can’t perform that action at this time.
0 commit comments