Skip to content

Arduino 1.6.7 fails to correctly extract function prototypes from .ino, requires forward declarations #4359

@ratkins

Description

@ratkins

My project at this commit successfully compiled and built under Arduino 1.6.5-betasomething, with Teensyduino 1.26. It fails to build under 1.6.7/1.27 without forward declaring functions that are defined in the .ino (below loop(), from which they're called.)

This commit contains changes necessary for it to compile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions