From 5fcc4427d13bf20d6cbd5fc2a5d6420e1baf7467 Mon Sep 17 00:00:00 2001 From: Harsh Sharma <92harshsharma@gmail.com> Date: Wed, 13 Jun 2018 13:56:56 -0500 Subject: Added FPGA v32 & v34 for MTAC full card support --- libloragw/src/loragw_reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libloragw/src') 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 -- cgit v1.2.3