Skip to content

Fix valgrind errors related to non-initialized watchdog timer values in unit tests

Volodymyr Yurchenko requested to merge 106-watchdog-timer-fix-valgrind into main

Summary

Watchdog timer values are initialized in the drive handler after reading the config file. In unit tests we have to do it manually.

In d49eafa3 I started using an existing variable instead of a hardcoded value, but missed that unit tests also need it.

Relates to #106 (closed)

Edited by Volodymyr Yurchenko

Merge request reports