With a little more information, I determined it was an out-of-date header copy in the repo that did not have the guard.
Thanks for checking,
/dev
Type: Posts; User: /dev
With a little more information, I determined it was an out-of-date header copy in the repo that did not have the guard.
Thanks for checking,
/dev
I got a bug report that seems to indicate that __AVR__ is defined for the Teensy 3.2 builds. This define is not guarded:
#ifdef __AVR__
#define NEOGPS_PACKED_DATA
#endif
A build for the...