Skip to content

nrfx_power.h & nrfx_power.c prototypes & functions declaration mismatch #140

@hnhoan

Description

@hnhoan

There are mismatch between the prototype declarations and the functions.

Protoype : nrfx_power.h

int nrfx_power_init(nrfx_power_config_t const * p_config);
int nrfx_power_constlat_mode_request(void);
int nrfx_power_constlat_mode_free(void);

Implementation : nrfx_power.c

nrfx_err_t nrfx_power_init(nrfx_power_config_t const * p_config)
nrfx_err_t nrfx_power_constlat_mode_request(void)
nrfx_err_t nrfx_power_constlat_mode_free(void)

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