We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238617a commit 9243493Copy full SHA for 9243493
src/u-blox_structs.h
@@ -2129,8 +2129,8 @@ typedef struct
2129
uint8_t dbdEntryChecksumB;
2130
} UBX_MGA_DBD_data_t;
2131
2132
-#if defined(ARDUINO_ARCH_AVR) || defined(__AVR_DA__) || defined(__AVR_DB__)
2133
-#define UBX_MGA_DBD_RINGBUFFER_LEN 190 // Fix to let the code compile on AVR platforms - including the UNO.
+#if defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_MEGAAVR)
+#define UBX_MGA_DBD_RINGBUFFER_LEN 190 // Fix to let the code compile on AVR platforms - including the UNO and DxCore (DA/DB).
2134
#else
2135
#define UBX_MGA_DBD_RINGBUFFER_LEN 250 // Provide storage for MGA DBD packets. TO DO: confirm if 250 is large enough for all modules!
2136
#endif
0 commit comments