Clean up and remove unused variables

This commit is contained in:
Andy CA6JAU 2019-02-03 12:15:39 -03:00
parent a915b9e863
commit 87510f4e7d
5 changed files with 65 additions and 75 deletions

View file

@ -27,7 +27,6 @@
#include <cassert>
#include <cstring>
const unsigned char NULL_GPS[] = {0x47U, 0x63U};
const unsigned char SHRT_GPS[] = {0x22U, 0x62U};
const unsigned char LONG_GPS[] = {0x47U, 0x64U};