gpio: rename typedef for devicetree flags

gpio_dt_flags_t is shorter and consistent with DT_ prefix.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-02-03 17:20:19 -06:00 committed by Carles Cufí
commit 37239dbcbf
19 changed files with 22 additions and 22 deletions

View file

@ -20,7 +20,7 @@ struct dht_data {
struct dht_config {
const char *ctrl;
gpio_devicetree_flags_t flags;
gpio_dt_flags_t flags;
gpio_pin_t pin;
};