gpio: do not deprecate internal direction mask

Existing drivers still use this; move it above the deprecated macro
region.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-01-28 16:22:19 -06:00 committed by Carles Cufí
commit 558a585805

View file

@ -253,14 +253,14 @@ extern "C" {
#define GPIO_DS_ALT_HIGH (0x1U << GPIO_DS_HIGH_POS)
/** @} */
/** @name Deprecated Flags
* @{
*/
/** @cond INTERNAL_HIDDEN */
#define GPIO_DIR_MASK (GPIO_INPUT | GPIO_OUTPUT)
/** @endcond */
/** @name Deprecated Flags
* @{
*/
/** Legacy flag indicating pin is configured as input only.
*
* @deprecated Replace with `GPIO_INPUT`.