Move packet scratch declaration to header

This commit is contained in:
code8buster
2023-09-05 11:59:34 -04:00
parent 4ff343b20f
commit c91e306659
2 changed files with 3 additions and 4 deletions

View File

@@ -28,7 +28,6 @@ GPS *gps;
/// Multiple GPS instances might use the same serial port (in sequence), but we can
/// only init that port once.
static bool didSerialInit;
uint8_t UBXscratch[250] = {0};
struct uBloxGnssModelInfo info;
uint8_t uBloxProtocolVersion;