Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: /dev

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,559

    With a little more information, I determined it...

    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
  2. Replies
    2
    Views
    2,559

    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:


    #ifdef __AVR__
    #define NEOGPS_PACKED_DATA
    #endif
    A build for the...
Results 1 to 2 of 2