Skip to content

Error in line 428 of ADE9078.cpp #3

@BGaurav-SS

Description

@BGaurav-SS

Original code: uint16_t pgaGain = (is->vCGain << 12) + (is->vBGain << 10) + (is->vCGain << 8)
Corrected code: (is->vCGain << 8) should be changed to (is->vAGain << 8)

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