Skip to content
Snippets Groups Projects
Commit 1e8b3c88 authored by Francisco Acosta's avatar Francisco Acosta Committed by GitHub
Browse files

Merge pull request #6682 from dkm/pr/gpio_cleanup

cpu/lm4f120: remove useless gpio_pp_t type
parents 7ec6fcac b3307e1e
No related branches found
No related tags found
No related merge requests found
......@@ -57,18 +57,6 @@ typedef enum {
/** @} */
#endif /* ndef DOXYGEN */
/**
* @brief Override values for pull register configuration
* @{
*/
#define HAVE_GPIO_PP_T
typedef enum {
GPIO_NOPULL = GPIO_PIN_TYPE_STD, /**< do not use internal pull resistors */
GPIO_PULLUP = GPIO_PIN_TYPE_STD_WPU, /**< enable internal pull-up resistor */
GPIO_PULLDOWN = GPIO_PIN_TYPE_STD_WPD /**< enable internal pull-down resistor */
} gpio_pp_t;
/** @} */
/**
* @brief Override values for pin direction configuration
* @{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment