Skip to content

mistake inside enterConfig() function #4

@offirs1

Description

@offirs1

on this line:
while ((timeout--) && (!(status() & BQ27441_FLAG_CFGUPMODE)))

status() should be replaced with flags()

correct line:
while ((timeout--) && (!(flags() & BQ27441_FLAG_CFGUPMODE)))

please fix,
thanks.

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