mirror of https://github.com/g4klx/MMDVM.git
Fix id string for the rpt_hat_tgo.
This commit is contained in:
parent
dfad6d8409
commit
8a60fc1ecb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue