commit | f6be717c767939676824fab6a1f4497bb4ff7f4a | [log] [tgz] |
---|---|---|
author | Andreas Vibeto <andreas.vibeto@nordicsemi.no> | Wed Sep 29 15:48:36 2021 +0200 |
committer | Andreas Vibeto <andreas.vibeto@nordicsemi.no> | Wed Sep 29 15:48:36 2021 +0200 |
tree | 68834d6c2140e4d8dfd4e75ea951028aa051d7b0 | |
parent | f8d0a934459eb42bd8332f84e066069a1c166ddd [diff] |
val: Fix compilation issue when watchdog is not used If watchdog is not available, compilation will fail as the val_wd_reprogram_timer has an unused argument. Added void cast to remove compilation error. Signed-off-by: Andreas Vibeto <andreas.vibeto@nordicsemi.no>