Skip to content

Commit fb1d512

Browse files
committed
Removed trailing spaces.
1 parent 6751928 commit fb1d512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/radio/sx126x/radio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ void RadioSetRxConfig( RadioModems_t modem, uint32_t bandwidth,
682682
break;
683683

684684
case MODEM_LORA:
685-
SX126xSetStopRxTimerOnPreambleDetect( false );
685+
SX126xSetStopRxTimerOnPreambleDetect( false );
686686
SX126x.ModulationParams.PacketType = PACKET_TYPE_LORA;
687687
SX126x.ModulationParams.Params.LoRa.SpreadingFactor = ( RadioLoRaSpreadingFactors_t )datarate;
688688
SX126x.ModulationParams.Params.LoRa.Bandwidth = Bandwidths[bandwidth];

0 commit comments

Comments
 (0)