Browse Source

gpio: Remove deprecated macros

GPIO_PIN_ENABLE & GPIO_PIN_DISABLE have been deprecated for some time,
lets remove them.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
pull/10351/head
Kumar Gala 7 years ago committed by Kumar Gala
parent
commit
109b61dd21
  1. 13
      include/gpio.h

13
include/gpio.h

@ -39,19 +39,6 @@ extern "C" { @@ -39,19 +39,6 @@ extern "C" {
* @endcond
*/
/**
* @deprecated
* Deprecated. Formerly used to enable a GPIO pin.
*/
#define GPIO_PIN_ENABLE (0 __DEPRECATED_MACRO)
/**
* @deprecated
* Deprecated. Formerly used to disable a GPIO pin.
*/
#define GPIO_PIN_DISABLE (0 __DEPRECATED_MACRO)
struct gpio_callback;
/**

Loading…
Cancel
Save