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,7 +92,7 @@ const uint8_t MMDVM_DEBUG5 = 0xF5U;
#endif #endif
#if defined(STM32F4_RPT_HAT_TGO) #if defined(STM32F4_RPT_HAT_TGO)
#define HW_TYPE "MMDVM_RPT_HAT_TGO" #define HW_TYPE "MMDVM RPT_HAT_TGO"
#else #else
#define HW_TYPE "MMDVM" #define HW_TYPE "MMDVM"
#endif #endif