Fix id string for the rpt_hat_tgo.

This commit is contained in:
Jonathan Naylor 2019-07-15 09:06:43 +01:00
parent dfad6d8409
commit 8a60fc1ecb
1 changed files with 2 additions and 2 deletions

View File

@ -92,9 +92,9 @@ const uint8_t MMDVM_DEBUG5 = 0xF5U;
#endif
#if defined(STM32F4_RPT_HAT_TGO)
#define HW_TYPE "MMDVM_RPT_HAT_TGO"
#define HW_TYPE "MMDVM RPT_HAT_TGO"
#else
#define HW_TYPE "MMDVM"
#define HW_TYPE "MMDVM"
#endif
#define DESCRIPTION "20190130 (D-Star/DMR/System Fusion/P25/NXDN/POCSAG)"