mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-05-07 13:37:48 +00:00
Add DRCC_DVM_HHP446 board support
This commit is contained in:
parent
7148cf9f7d
commit
842dcdb5c5
4 changed files with 155 additions and 3 deletions
|
|
@ -97,13 +97,13 @@ const uint8_t MMDVM_DEBUG5 = 0xF5U;
|
|||
|
||||
#if defined(DRCC_DVM_NQF)
|
||||
#define HW_TYPE "MMDVM DRCC_DVM_NQF"
|
||||
#elif defined(STM32F4_RPT_HAT_TGO)
|
||||
#define HW_TYPE "MMDVM RPT_HAT_TGO"
|
||||
#elif defined(DRCC_DVM_HHP446)
|
||||
#define HW_TYPE "MMDVM DRCC_DVM_HHP(446)"
|
||||
#else
|
||||
#define HW_TYPE "MMDVM"
|
||||
#endif
|
||||
|
||||
#define DESCRIPTION "20201214 (D-Star/DMR/System Fusion/P25/NXDN/POCSAG/FM)"
|
||||
#define DESCRIPTION "20210101 (D-Star/DMR/System Fusion/P25/NXDN/POCSAG/FM)"
|
||||
|
||||
#if defined(GITVERSION)
|
||||
#define concat(h, a, b, c) h " " a " " b " GitID #" c ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue