Skip to content

gps.h typo on line 26 causes c++ compiler failure #206

@R2steven

Description

@R2steven

gps.h#L26 reads as:

#extern "C"{

This should be corrected to:

extern "C"{

as extern is not a c++ preprocessor directive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions