cpu/stm32f3: added custom GPIO_UNDEF define
This commit is contained in:
parent
ac8ad5419d
commit
8c690f1d6a
@ -33,6 +33,11 @@ extern "C" {
|
||||
typedef uint32_t gpio_t;
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief Definition of a fitting UNDEF value
|
||||
*/
|
||||
#define GPIO_UNDEF (0xffffffff)
|
||||
|
||||
/**
|
||||
* @brief Define a CPU specific GPIO pin generator macro
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user