Watchdog HAL [documentation, function *hal_watchdog_init()*](https://mynewt.apache.org/latest/os/modules/hal/hal_watchdog/hal_watchdog.html#c.hal_watchdog_init) says it **returns expiration time as positive value**. However, [nrf52 implementation](https://github.com/apache/mynewt-core/blob/master/hw/mcu/nordic/nrf52xxx/src/hal_watchdog.c#L44) returns always 0. Is the documentation wrong? the implementation? // test assertion assert(hal_watchdog_init(1000) > 0);