From b3307e1e1a807d8622fbfdc28217fcd0a47c0e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Fri, 8 Apr 2016 13:20:12 +0200 Subject: [PATCH] cpu/lm4f120: remove useless gpio_pp_t type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Poulhiès --- cpu/lm4f120/include/periph_cpu.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/cpu/lm4f120/include/periph_cpu.h b/cpu/lm4f120/include/periph_cpu.h index 05e1ac5b69..f0b57d1e39 100644 --- a/cpu/lm4f120/include/periph_cpu.h +++ b/cpu/lm4f120/include/periph_cpu.h @@ -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 * @{