Skip to content

Bug in ad9361_fmcomms5_phase_sync.c #128

Open
@Nickisat

Description

@Nickisat

Line 261 is currently...
if ((out0 == NULL) || (out0 == NULL))

but this repeated test for out0 == NULL is obviously redundant and I assume this test should be...
if ((out0 == NULL) || (out1 == NULL))

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