mirror of
https://github.com/apache/nuttx.git
synced 2026-08-30 13:43:09 +00:00
stm32f33xxx_pinmap.h: missing define
This commit is contained in:
parent
241c42447f
commit
30ebd32ab4
1 changed files with 2 additions and 1 deletions
|
|
@ -128,7 +128,8 @@
|
|||
|
||||
/* Comparator Inputs inverting*/
|
||||
|
||||
#define GPIO_COMP2_INM (GPIO_ALT|GPIO_AF8|GPIO_PORTA|GPIO_PIN4)
|
||||
#define GPIO_COMP2_INM_1 (GPIO_ALT|GPIO_AF8|GPIO_PORTA|GPIO_PIN2)
|
||||
#define GPIO_COMP2_INM_2 (GPIO_ALT|GPIO_AF8|GPIO_PORTA|GPIO_PIN4)
|
||||
#define GPIO_COMP4_INM_1 (GPIO_ALT|GPIO_AF8|GPIO_PORTB|GPIO_PIN2)
|
||||
#define GPIO_COMP4_INM_2 (GPIO_ALT|GPIO_AF8|GPIO_PORTA|GPIO_PIN4)
|
||||
#define GPIO_COMP6_INM_1 (GPIO_ALT|GPIO_AF8|GPIO_PORTA|GPIO_PIN4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue