Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: pulga-mbed-lorawan-gps mbed-lorawan-pulga mbed-lorawan-pulga-testing-channel mbed-lorawan-pulga-serial_rx ... more
Revision 5:3da1a3924c65, committed 2021-03-30
- Comitter:
- brunnobbco
- Date:
- Tue Mar 30 20:08:17 2021 +0000
- Parent:
- 4:2235ad0a46be
- Commit message:
- Forget to change another gpio occurrence.
Changed in this revision
| SX1272/SX1272_LoRaRadio.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SX1272/SX1272_LoRaRadio.cpp Tue Mar 30 19:44:59 2021 +0000
+++ b/SX1272/SX1272_LoRaRadio.cpp Tue Mar 30 20:08:17 2021 +0000
@@ -1343,8 +1343,11 @@
_pwr_amp_ctl = 0;
}
- if (_rf_ctrls.rf_switch_ctl1 != NC && _rf_ctrls.rf_switch_ctl2 != NC) {
+ if (_rf_ctrls.rf_switch_ctl1 != NC) {
_rf_switch_ctl1 = 0;
+ }
+
+ if (_rf_ctrls.rf_switch_ctl2 != NC) {
_rf_switch_ctl2 = 0;
}