Skip to content

Commit 8c8ab68

Browse files
authored
Update io_mux.rst
1 parent 11d3285 commit 8c8ab68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorials/io_mux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To use this functionality, we must be aware of some precautions:
3535
* Some of the GPIOs are **INPUT** only.
3636
* Some peripherals have output signals and must be used on GPIO's capable to be configured as **OUTPUT**.
3737
* Some peripherals, mostly the high speed ones, ADC, DAC, Touch, and JTAG use dedicated GPIOs pins.
38-
* Some pins are used to connect flash memory on the module - this prevents them from any other use - if a peripheral is routed to one of these pins the device will not able to boot.
38+
* Some pins are used to connect flash memory on the module - this prevents them from any other use - if a peripheral is routed to one of these pins the device will not be able to boot.
3939

4040
.. warning::
4141
Before assigning the peripheral pins in your design, double check if the pins you're using are appropriate.

0 commit comments

Comments
 (0)