diff options
author | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-05-27 15:05:10 +0300 |
---|---|---|
committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-05-27 15:05:10 +0300 |
commit | e919ef1e33c2cb56856cdbd22792a3bc3f36341d (patch) | |
tree | eb08d052d64d0814ea1cfc75664b64be68eaffbb /recipes-connectivity/lora/lora-basic-station/lora-basic-station-disable-device-mode.patch | |
parent | e0d7185cbf41d7921acdb90bcac898f5e9786848 (diff) | |
download | meta-mlinux-atmel-e919ef1e33c2cb56856cdbd22792a3bc3f36341d.tar.gz meta-mlinux-atmel-e919ef1e33c2cb56856cdbd22792a3bc3f36341d.tar.bz2 meta-mlinux-atmel-e919ef1e33c2cb56856cdbd22792a3bc3f36341d.zip |
Remove duplicate LoRa
Diffstat (limited to 'recipes-connectivity/lora/lora-basic-station/lora-basic-station-disable-device-mode.patch')
-rw-r--r-- | recipes-connectivity/lora/lora-basic-station/lora-basic-station-disable-device-mode.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-connectivity/lora/lora-basic-station/lora-basic-station-disable-device-mode.patch b/recipes-connectivity/lora/lora-basic-station/lora-basic-station-disable-device-mode.patch deleted file mode 100644 index d81d041..0000000 --- a/recipes-connectivity/lora/lora-basic-station/lora-basic-station-disable-device-mode.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/src/sx1301conf.c b/src/sx1301conf.c -index bca649c..c2681a4 100644 ---- a/src/sx1301conf.c -+++ b/src/sx1301conf.c -@@ -433,7 +433,10 @@ int sx1301conf_start (struct sx1301conf* sx1301conf, u4_t cca_region) { - } - - LOG(MOD_RAL|INFO, "Station device: %s (PPS capture %sabled)", sx1301conf->device, sx1301conf->pps ? "en":"dis"); -+ -+#ifndef CFG_prod - lgwx_device_mode = sys_deviceMode; -+#endif - int err = lgw_start(); - if( err == LGW_HAL_SUCCESS ) { - lgw_reg_w(LGW_GPS_EN, sx1301conf->pps ? 1 : 0); |