Skip to content

NRF52 hal_watchdog_init() doesn't fulfil interface #2404

@rafacouto

Description

@rafacouto

Watchdog HAL documentation, function hal_watchdog_init() says it returns expiration time as positive value.

However, nrf52 implementation returns always 0.

Is the documentation wrong? the implementation?

// test assertion
assert(hal_watchdog_init(1000) > 0);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions