Skip to content

Compilation errors due to missing 'extern “C”' in *.h files in events directory. #5

Closed
@michpro

Description

@michpro

Since Arduino code is assumed to be written (and compiled) in c++, the lack of 'extern “C”' in the *.h headers in the functions in the events directory causes Name Mangling which leads to compilation errors (inability to find the object when linking).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions