Skip to content

Commit 43f1c27

Browse files
ArunMCHPcfriedt
authored andcommitted
drivers: pinctrl: microchip: Fix header include style
Fixed the include directive for mchp_pinctrl_pinmux_sam.h by replacing quotes with angle brackets. Signed-off-by: Arunprasath P <[email protected]>
1 parent b65a0ff commit 43f1c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/microchip/sam/sam_d5x_e5x/common/pinctrl_soc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#include <zephyr/devicetree.h>
1111
#include <zephyr/types.h>
12-
#include "dt-bindings/sam/sam_d5x_e5x/common/mchp_pinctrl_pinmux_sam.h"
12+
#include <dt-bindings/sam/sam_d5x_e5x/common/mchp_pinctrl_pinmux_sam.h>
1313

1414
#ifdef __cplusplus
1515
extern "C" {

0 commit comments

Comments
 (0)