diff options
author | Patrick Murphy <patrick.muprphy@multitech.com> | 2021-06-01 04:29:18 -0500 |
---|---|---|
committer | Patrick Murphy <patrick.muprphy@multitech.com> | 2021-06-01 04:29:18 -0500 |
commit | 1819db821fa002d1b63976762ce6d3e1f2ad2d66 (patch) | |
tree | 3e461b3db5601b8570c833616cfbf9782984abe4 | |
parent | c4be780ac02c758c1dc19d32c8223c6b8e26b8af (diff) | |
download | mtac-1819db821fa002d1b63976762ce6d3e1f2ad2d66.tar.gz mtac-1819db821fa002d1b63976762ce6d3e1f2ad2d66.tar.bz2 mtac-1819db821fa002d1b63976762ce6d3e1f2ad2d66.zip |
changed naming to reflect mtac-lora naming schema
-rw-r--r-- | mtac.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ #define HW_VERSION_MTAC_LORA_1_0 "MTAC-LORA-1.0" #define HW_VERSION_MTAC_LORA_1_1 "MTAC-LORA-1.1" #define HW_VERSION_MTAC_LORA_1_5 "MTAC-LORA-1.5" -#define HW_VERSION_MTAC_003_0_0 "MTAC-003-0.0" +#define HW_VERSION_MTAC_LORA_003_0_0 "MTAC-LORA-003-0.0" /* Code assumes CRESET/CDONE (SPI programming) cases will not * exactly match MTAC-LORA-0.0, 1.0, or 1.1. Also levels before * 1.5 must be the same length. @@ -47,7 +47,7 @@ enum { MTAC_LORA_1_0, MTAC_LORA_1_1, MTAC_LORA_1_5, - MTAC_003_0_0, + MTAC_LORA_003_0_0, MTAC_PULSE_1_0, MTAC_XDOT_0_0, MTAC_LORA_2G4_0_0, |