mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
Fix typo: s/then/them/
This commit is contained in:
committed by
Xiang Xiao
parent
1d5c8380b1
commit
de01550e7e
@@ -235,7 +235,7 @@
|
||||
/* SPI **********************************************************************/
|
||||
|
||||
/* SPI1 is available on pins D5,D7,D35,D36 of the Arduino Shield connectors
|
||||
* where you would expect then. The SPI connector is configured as follows:
|
||||
* where you would expect them. The SPI connector is configured as follows:
|
||||
*
|
||||
* Pin J7&10 Board Signal PIC32MZ
|
||||
* --- -- ------------ -------
|
||||
@@ -245,7 +245,7 @@
|
||||
* D7 15 SPI1_SS RE9
|
||||
*
|
||||
* SPI2 is available on pins D10-D13 of the Arduino Shield connectors where
|
||||
* you would expect then. The SPI connector is configured as follows:
|
||||
* you would expect them. The SPI connector is configured as follows:
|
||||
*
|
||||
* Pin J7&10 Board Signal PIC32MZ
|
||||
* --- -- ------------ -------
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
/* SPI Chip Selects
|
||||
*
|
||||
* SPI1 is available on pins D5,D7,D35,D36 of the Arduino Shield connectors
|
||||
* where you would expect then. The SPI connector is configured as follows:
|
||||
* where you would expect them. The SPI connector is configured as follows:
|
||||
*
|
||||
* Pin J7&10 Board Signal PIC32MZ
|
||||
* --- -- ------------ -------
|
||||
@@ -82,7 +82,7 @@
|
||||
#define GPIO_ARD_SPI1_CS (GPIO_OUTPUT | GPIO_VALUE_ONE | GPIO_PORTE | GPIO_PIN9)
|
||||
|
||||
/* SPI2 is available on pins D10-D13 of the Arduino Shield connectors where
|
||||
* you would expect then. The SPI connector is configured as follows:
|
||||
* you would expect them. The SPI connector is configured as follows:
|
||||
*
|
||||
* Pin J7&10 Board Signal PIC32MZ
|
||||
* --- -- ------------ -------
|
||||
|
||||
@@ -236,7 +236,7 @@ SPI
|
||||
===
|
||||
|
||||
SPI3 is available on pins D10-D13 of the Arduino Shield connectors where
|
||||
you would expect then. The SPI connector is configured as follows:
|
||||
you would expect them. The SPI connector is configured as follows:
|
||||
|
||||
Pin J1 Board Signal PIC32MZ
|
||||
--- -- ------------ -------
|
||||
|
||||
@@ -303,7 +303,7 @@
|
||||
/* SPI **********************************************************************/
|
||||
|
||||
/* SPI3 is available on pins D10-D13 of the Arduino Shield connectors where
|
||||
* you would expect then. The SPI connector is configured as follows:
|
||||
* you would expect them. The SPI connector is configured as follows:
|
||||
*
|
||||
* Pin J1 Board Signal PIC32MZ
|
||||
* --- -- ------------ -------
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
/* SPI Chip Selects
|
||||
*
|
||||
* SPI3 is available on pins D10-D13 of the Arduino Shield connectors where
|
||||
* you would expect then. The SPI connector is configured as follows:
|
||||
* you would expect them. The SPI connector is configured as follows:
|
||||
*
|
||||
* Pin J1 Board Signal PIC32MZ
|
||||
* --- -- ------------ -------
|
||||
|
||||
Reference in New Issue
Block a user