Skip to content

Commit f75abdc

Browse files
Copilotsoburi
andcommitted
Fix indentation in PWM_PINS macro to use tabs
Co-authored-by: soburi <458281+soburi@users.noreply.github.com>
1 parent 796407a commit f75abdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cores/arduino/zephyrCommon.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ void handleGpioCallback(const struct device *port, struct gpio_callback *cb, uin
229229
#if DT_NODE_HAS_PROP(DT_PATH(zephyr_user), digital_pin_gpios)
230230
#define PWM_PINS(n, p, i) \
231231
DIGITAL_PIN_GPIOS_FIND_PIN( \
232-
DT_REG_ADDR(DT_PHANDLE_BY_IDX(DT_PATH(zephyr_user), p, i)), \
233-
DT_PHA_BY_IDX(DT_PATH(zephyr_user), p, i, pin)),
232+
DT_REG_ADDR(DT_PHANDLE_BY_IDX(DT_PATH(zephyr_user), p, i)), \
233+
DT_PHA_BY_IDX(DT_PATH(zephyr_user), p, i, pin)),
234234
#else
235235
#define PWM_PINS(n, p, i) \
236236
ZARD_GLOBAL_GPIO_NUM(DT_PHANDLE_BY_IDX(DT_PATH(zephyr_user), p, i)) + DT_PHA_BY_IDX(DT_PATH(zephyr_user), p, i, pin),

0 commit comments

Comments
 (0)