We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93768d commit a869130Copy full SHA for a869130
src/ota/implementation/OTASTM32H7.cpp
@@ -11,8 +11,6 @@
11
#include "AIoTC_Config.h"
12
#if defined(BOARD_STM32H7) && OTA_ENABLED
13
#include "OTASTM32H7.h"
14
-
15
-#include "utility/watchdog/Watchdog.h"
16
#include <STM32H747_System.h>
17
18
static bool findProgramLength(DIR * dir, uint32_t & program_length);
@@ -44,7 +42,6 @@ OTACloudProcessInterface::State STM32H7OTACloudProcess::resume(Message* msg) {
44
42
45
43
void STM32H7OTACloudProcess::update() {
46
OTADefaultCloudProcessInterface::update();
47
- watchdog_reset(); // FIXME this should npot be performed here
48
}
49
50
int STM32H7OTACloudProcess::writeFlash(uint8_t* const buffer, size_t len) {
0 commit comments