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 3333#include " tls/utility/CryptoUtil.h"
3434#endif
3535
36- #if defined(ARDUINO_PORTENTA_H7_M7)
36+ #if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4)
37+ # include < algorithm>
3738# include " tls/utility/SHA256.h"
3839# include < stm32h7xx_hal_rtc_ex.h>
3940#endif
4546
4647#include " utility/watchdog/Watchdog.h"
4748
49+
4850/* *****************************************************************************
4951 * EXTERN
5052 ******************************************************************************/
Original file line number Diff line number Diff line change 2424#include " OTA.h"
2525
2626#include < Arduino_DebugUtils.h>
27+ #include < Arduino_Portenta_OTA.h>
2728
2829#include " ../watchdog/Watchdog.h"
2930
Original file line number Diff line number Diff line change 3636 #include <SFU.h>
3737#endif /* OTA_STORAGE_SFU */
3838
39- #if OTA_STORAGE_PORTENTA_QSPI
40- #include <Arduino_Portenta_OTA.h>
41- #endif /* OTA_STORAGE_PORTENTA_QSPI */
42-
4339/******************************************************************************
4440 * TYPEDEF
4541 ******************************************************************************/
You can’t perform that action at this time.
0 commit comments