Skip to content

Commit 32e6978

Browse files
committed
update README.rst
1 parent 9634161 commit 32e6978

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ For breakout boards or other configurations where the boards are separated, it m
3636
the baudrate for reliable data transmission.
3737
The baud rate may be specified as an keyword parameter when initializing the board.
3838
To set it to 1000000 use :
39-
.. code-block:: python# Initialze RFM radio
39+
.. code-block:: python
40+
# Initialze RFM radio
4041
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ,baudrate=1000000)
4142
4243

0 commit comments

Comments
 (0)