diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2018-06-13 15:36:43 -0500 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2018-06-13 15:36:43 -0500 |
commit | e81839dd723cdf8218987e8f7917c12e39c179d8 (patch) | |
tree | 484fb24d12e12f4307c25574a9f417a826cd0ecd /libloragw/inc | |
parent | f00b429890bf342b1e3d41413cd5a2b8a37cddc6 (diff) | |
download | lora_gateway_mtac_full-e81839dd723cdf8218987e8f7917c12e39c179d8.tar.gz lora_gateway_mtac_full-e81839dd723cdf8218987e8f7917c12e39c179d8.tar.bz2 lora_gateway_mtac_full-e81839dd723cdf8218987e8f7917c12e39c179d8.zip |
bug fix
Diffstat (limited to 'libloragw/inc')
-rw-r--r-- | libloragw/inc/loragw_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libloragw/inc/loragw_reg.h b/libloragw/inc/loragw_reg.h index 8cfc053..1e98efa 100644 --- a/libloragw/inc/loragw_reg.h +++ b/libloragw/inc/loragw_reg.h @@ -403,7 +403,7 @@ uint8_t read_fpga_version(); @param version number provided to check through the validated list @return status true/false */ -bool check_fpga_version(uint8_t version) +bool check_fpga_version(uint8_t version); /** @brief Connect LoRa concentrator by opening SPI link |