first cut at turnon scripts for EasyTimer v2
[fw/altos] / src / drivers / ao_aprs.c
index 3ac4cd535b231a8ac11622e5719dfe115839a202..b0645465c586ddb6e88f11f29ff37962cfc61277 100644 (file)
@@ -310,6 +310,7 @@ static uint8_t tncBitStuff;
 /// Buffer to hold the message portion of the AX.25 packet as we prepare it.
 static uint8_t tncBuffer[TNC_BUFFER_SIZE];
 
+#pragma GCC diagnostic ignored "-Wformat-overflow="
 /**
  *   Initialize the TNC internal variables.
  */