Skip to content

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

@matthijskooijman

Description

@matthijskooijman

From @ratkins on December 28, 2015 20:17

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.

Copied from original issue: arduino/Arduino#4359

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