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:
parent
f017209821
commit
37239dbcbf
19 changed files with 22 additions and 22 deletions
|
@ -216,7 +216,7 @@ struct lsm9ds0_gyro_config {
|
|||
#if CONFIG_LSM9DS0_GYRO_TRIGGER_DRDY
|
||||
char *gpio_drdy_dev_name;
|
||||
gpio_pin_t gpio_drdy_int_pin;
|
||||
gpio_devicetree_flags_t gpio_drdy_int_flags;
|
||||
gpio_dt_flags_t gpio_drdy_int_flags;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue