mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
SAM4E-EK: Fix an error in USART1 pin number
This commit is contained in:
@@ -304,9 +304,9 @@
|
||||
*/
|
||||
|
||||
#define GPIO_RS232_ENABLE (GPIO_OUTPUT | GPIO_CFG_DEFAULT | \
|
||||
GPIO_OUTPUT_CLEAR | GPIO_PORT_PIOA | GPIO_PIN21)
|
||||
GPIO_OUTPUT_CLEAR | GPIO_PORT_PIOA | GPIO_PIN23)
|
||||
#define GPIO_RS485_ENABLE (GPIO_OUTPUT | GPIO_CFG_DEFAULT | \
|
||||
GPIO_OUTPUT_SET | GPIO_PORT_PIOA | GPIO_PIN21)
|
||||
GPIO_OUTPUT_SET | GPIO_PORT_PIOA | GPIO_PIN23)
|
||||
|
||||
/* HSMCI SD Card Detect
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user