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>
This commit is contained in:
parent
98d765a3b4
commit
109b61dd21
1 changed files with 0 additions and 13 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue