queezythegreat / arduino-cmake

Arduino CMake Build system
644 stars 216 forks source link

Small fix to catch more functions and generate prototypes for them #52

Closed sebastianherp closed 11 years ago

sebastianherp commented 11 years ago

Was trying to compile MultiWii (http://code.google.com/p/multiwii/) with arduino-cmake, but it missed some functions because of the indentations.

queezythegreat commented 11 years ago

Hi, thanks for the patch, I will test out your changes and merge it in.

queezythegreat commented 11 years ago

I just integrated your changes into the develop branch, please take a took at it. I was able to build two of the sketches (LEDRing and MultiWii_shared). I improved patch a little bit when it comes to ignoring the if else statement. Thanks again for the patch.

queezythegreat commented 11 years ago

Closing this ticket, the fix has been integrated and is available in the develop branch.

sebastianherp commented 11 years ago

Works, thanks ;-)