Skip to content

Commit a869130

Browse files
committed
OTA: STM32H7 remove watchdog kik
1 parent b93768d commit a869130

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ota/implementation/OTASTM32H7.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#include "AIoTC_Config.h"
1212
#if defined(BOARD_STM32H7) && OTA_ENABLED
1313
#include "OTASTM32H7.h"
14-
15-
#include "utility/watchdog/Watchdog.h"
1614
#include <STM32H747_System.h>
1715

1816
static bool findProgramLength(DIR * dir, uint32_t & program_length);
@@ -44,7 +42,6 @@ OTACloudProcessInterface::State STM32H7OTACloudProcess::resume(Message* msg) {
4442

4543
void STM32H7OTACloudProcess::update() {
4644
OTADefaultCloudProcessInterface::update();
47-
watchdog_reset(); // FIXME this should npot be performed here
4845
}
4946

5047
int STM32H7OTACloudProcess::writeFlash(uint8_t* const buffer, size_t len) {

0 commit comments

Comments
 (0)