mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 20:00:42 +00:00
Minor naming fix
This commit is contained in:
parent
5ddcb233cc
commit
7d6633c2a4
1 changed files with 2 additions and 2 deletions
|
|
@ -333,9 +333,9 @@
|
|||
#define PIO_PWM3_L_1 (PIO_PERIPHB | PIO_CFG_DEFAULT | PIO_PORT_PIOC | PIO_PIN3)
|
||||
#define PIO_PWM3_L_2 (PIO_PERIPHC | PIO_CFG_DEFAULT | PIO_PORT_PIOE | PIO_PIN8)
|
||||
|
||||
/* Reset/Test */
|
||||
/* Reset Control -- RSTC */
|
||||
|
||||
#define PIO_RST_NTRST (PIO_PERIPHC | PIO_CFG_DEFAULT | PIO_PORT_PIOA | PIO_PIN16)
|
||||
#define PIO_RSTC_NTRST (PIO_PERIPHC | PIO_CFG_DEFAULT | PIO_PORT_PIOA | PIO_PIN16)
|
||||
|
||||
/* Softe Modem - SMD */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue