Skip to content

Commit

Permalink
Merge pull request #6682 from dkm/pr/gpio_cleanup
Browse files Browse the repository at this point in the history
cpu/lm4f120: remove useless gpio_pp_t type
  • Loading branch information
kYc0o committed Mar 3, 2017
2 parents 7ec6fca + b3307e1 commit 1e8b3c8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions cpu/lm4f120/include/periph_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
* @{
Expand Down

0 comments on commit 1e8b3c8

Please sign in to comment.