We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6318127 commit 8ceeb74Copy full SHA for 8ceeb74
src/u-blox_structs.h
@@ -2129,7 +2129,7 @@ typedef struct
2129
uint8_t dbdEntryChecksumB;
2130
} UBX_MGA_DBD_data_t;
2131
2132
-#if defined(ARDUINO_ARCH_AVR)
+#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.
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!
0 commit comments