I got a bug report that seems to indicate that __AVR__ is defined for the Teensy 3.2 builds. This define is not guarded:
A build for the Due seems to work correctly. Is __AVR__ supposed to be defined? I guess I assumed that it was the indicator for the 8-bit family of processors. This post might be related.Code:#ifdef __AVR__ #define NEOGPS_PACKED_DATA #endif
Cheers,
/dev