Skip to content

Commit da04197

Browse files
Dat-NguyenDuycfriedt
authored andcommitted
drivers: gpio_s32: expose gpio_utils.h
Expose gpio_utils.h to follow updates in #51526 Signed-off-by: Dat Nguyen Duy <[email protected]>
1 parent 6664953 commit da04197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/gpio_s32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define DT_DRV_COMPAT nxp_s32_gpio
88

99
#include <zephyr/drivers/gpio.h>
10-
#include "gpio_utils.h"
10+
#include <zephyr/drivers/gpio/gpio_utils.h>
1111

1212
#include <Siul2_Port_Ip.h>
1313
#include <Siul2_Dio_Ip.h>

0 commit comments

Comments
 (0)