File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ SPDX-License-Identifier: BSD-3-Clause
32
32
#include " sx1272Regs-Fsk.h"
33
33
#include " sx1272Regs-LoRa.h"
34
34
35
- #ifdef MBED_SX1272_LORA_RADIO_SPI_FREQUENCY
36
- #define SPI_FREQUENCY MBED_SX1272_LORA_RADIO_SPI_FREQUENCY
35
+ #ifdef MBED_CONF_SX1272_LORA_DRIVER_SPI_FREQUENCY
36
+ #define SPI_FREQUENCY MBED_CONF_SX1272_LORA_DRIVER_SPI_FREQUENCY
37
37
#else
38
38
#define SPI_FREQUENCY 8000000
39
39
#endif
Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ enum RadioVariant {
154
154
SX1276MB1MAS
155
155
};
156
156
157
- #ifdef MBED_SX1276_LORA_RADIO_SPI_FREQUENCY
158
- #define SPI_FREQUENCY MBED_SX1276_LORA_RADIO_SPI_FREQUENCY
157
+ #ifdef MBED_CONF_SX1276_LORA_DRIVER_SPI_FREQUENCY
158
+ #define SPI_FREQUENCY MBED_CONF_SX1276_LORA_DRIVER_SPI_FREQUENCY
159
159
#else
160
160
#define SPI_FREQUENCY 8000000
161
161
#endif
You can’t perform that action at this time.
0 commit comments