1
0
Fork 0

Merge pull request #195 from Merlinv3/patch-4

Update GPS.cpp
ycs232-kbc
Jonathan Naylor 4 years ago committed by GitHub
commit c6aea0b405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -241,6 +241,9 @@ void CGPS::transmitGPS(const unsigned char* source)
char radio[10U];
switch (m_buffer[4U]) {
case 0x20U:
::strcpy(radio, "DR-2X");
break;
case 0x24U:
::strcpy(radio, "FT-1D");
break;

Loading…
Cancel
Save