-
-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftopic: preprocessorRelated to sketch preprocessingRelated to sketch preprocessingtype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
It seems like Arduino 1.6.8 does not generate the function prototypes for the following examples in the USB Host shield library correctly: https://github.com/felis/USB_Host_Shield_2.0/blob/master/examples/Bluetooth/WiiMulti/WiiMulti.ino and https://github.com/felis/USB_Host_Shield_2.0/blob/master/examples/Bluetooth/PS3Multi/PS3Multi.ino.
More specifically the function prototype void onInit();
does not seem to be properly generated.
This was originally reported by a user at the following issue: felis/USB_Host_Shield_2.0#237.
A workaround for now is just to create the function prototype manually:
void onInit();
The same examples work fine in Arduino 1.6.7.
The full debug output is available here: https://gist.github.com/Lauszus/3daf5e6a5a6dde47b849b72f498dbdc9.
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftopic: preprocessorRelated to sketch preprocessingRelated to sketch preprocessingtype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project