summaryrefslogtreecommitdiff
path: root/libloragw
diff options
context:
space:
mode:
authorHarsh Sharma <92harshsharma@gmail.com>2018-06-13 13:56:56 -0500
committerHarsh Sharma <92harshsharma@gmail.com>2018-06-13 13:56:56 -0500
commit5fcc4427d13bf20d6cbd5fc2a5d6420e1baf7467 (patch)
treeaf463d01235c40a27b6926ac36c5e6e9c317ee14 /libloragw
parentce9350c7aaa927a00c3676436cfec331dc507e9e (diff)
downloadlora_gateway_mtac_full-5fcc4427d13bf20d6cbd5fc2a5d6420e1baf7467.tar.gz
lora_gateway_mtac_full-5fcc4427d13bf20d6cbd5fc2a5d6420e1baf7467.tar.bz2
lora_gateway_mtac_full-5fcc4427d13bf20d6cbd5fc2a5d6420e1baf7467.zip
Added FPGA v32 & v34 for MTAC full card support
Diffstat (limited to 'libloragw')
-rw-r--r--libloragw/src/loragw_reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libloragw/src/loragw_reg.c b/libloragw/src/loragw_reg.c
index 3fc3f32..aef9749 100644
--- a/libloragw/src/loragw_reg.c
+++ b/libloragw/src/loragw_reg.c
@@ -48,7 +48,7 @@ Maintainer: Sylvain Miermont
#define PAGE_ADDR 0x00
#define PAGE_MASK 0x03
-const uint8_t FPGA_VERSION[] = { 28, 31, 33 }; /* several versions could be supported */
+const uint8_t FPGA_VERSION[] = { 28, 31, 32, 33 , 34}; /* several versions could be supported */
/*
auto generated register mapping for C code : 11-Jul-2013 13:20:40