cpu/stm32: add GPIO_AF_UNDEF
This commit is contained in:
parent
896c12a009
commit
f68dab9ccb
@ -324,8 +324,10 @@ typedef enum {
|
|||||||
GPIO_AF12, /**< use alternate function 12 */
|
GPIO_AF12, /**< use alternate function 12 */
|
||||||
GPIO_AF13, /**< use alternate function 13 */
|
GPIO_AF13, /**< use alternate function 13 */
|
||||||
GPIO_AF14, /**< use alternate function 14 */
|
GPIO_AF14, /**< use alternate function 14 */
|
||||||
GPIO_AF15 /**< use alternate function 15 */
|
GPIO_AF15, /**< use alternate function 15 */
|
||||||
#endif
|
#endif
|
||||||
|
GPIO_AF_UNDEF /** an UNDEF value definition, e.g. for register
|
||||||
|
based spi */
|
||||||
#endif
|
#endif
|
||||||
} gpio_af_t;
|
} gpio_af_t;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user