Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Condition is always false #150

@rubienr

Description

@rubienr

With const int checksumFailurePin = -1; the condition is always false in several places:





Suggested fix in:

#if defined(SPARKFUN_UBLOX_CHECKSUM_PIN)
const int checksumFailurePin {SPARKFUN_UBLOX_CHECKSUM_PIN};
#endif

and additionally gate the mentioned locations in cpp with

#if defined(SPARKFUN_UBLOX_CHECKSUM_PIN)
...
#endif

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