summaryrefslogtreecommitdiff
path: root/libloragw/inc
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2018-06-13 15:27:52 -0500
committerHarsh Sharma <harsh.sharma@multitech.com>2018-06-13 15:27:52 -0500
commitdbe7ab10123eda8a4aaba5f66476da73e84a465f (patch)
treeaf463d01235c40a27b6926ac36c5e6e9c317ee14 /libloragw/inc
parent04036d3f88d5fa2077cbd9f3c59c1f2811b08ae3 (diff)
downloadlora_gateway_mtac_full-dbe7ab10123eda8a4aaba5f66476da73e84a465f.tar.gz
lora_gateway_mtac_full-dbe7ab10123eda8a4aaba5f66476da73e84a465f.tar.bz2
lora_gateway_mtac_full-dbe7ab10123eda8a4aaba5f66476da73e84a465f.zip
Revert "Compiler warning fixes"
This reverts commit 04036d3f88d5fa2077cbd9f3c59c1f2811b08ae3
Diffstat (limited to 'libloragw/inc')
-rw-r--r--libloragw/inc/loragw_reg.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/libloragw/inc/loragw_reg.h b/libloragw/inc/loragw_reg.h
index 8cfc053..2a944a7 100644
--- a/libloragw/inc/loragw_reg.h
+++ b/libloragw/inc/loragw_reg.h
@@ -393,19 +393,6 @@ this file is autogenerated from registers description
/* --- PUBLIC FUNCTIONS PROTOTYPES ------------------------------------------ */
/**
-@brief Read LoRa FPGA Version
-@return FPGA version
-*/
-uint8_t read_fpga_version();
-
-/**
-@brief Check if the LoRa FPGA Version is supported by loRa Gateway
-@param version number provided to check through the validated list
-@return status true/false
-*/
-bool check_fpga_version(uint8_t version)
-
-/**
@brief Connect LoRa concentrator by opening SPI link
@param spi_only indicates if we only want to create the SPI connexion to the
concentrator, or if we also want to reset it and configure the FPGA (if present)