Forum Rule: Always post complete source code & details to reproduce any issue!
-
Build Issue Teensy 3.2: __AVR__ defined?
I got a bug report that seems to indicate that __AVR__ is defined for the Teensy 3.2 builds. This define is not guarded:
Code:
#ifdef __AVR__
#define NEOGPS_PACKED_DATA
#endif
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.
Cheers,
/dev
Last edited by /dev; 09-07-2016 at 02:20 PM.
Reason: title is 3.2!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules