Skip to content

Commit

Permalink
fix(PeriphDrivers): Remove whitespace to fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
sihyung-maxim committed Jan 24, 2024
1 parent 9103ae0 commit cfb8101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/PeriphDrivers/Source/SYS/pins_me55.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const mxc_gpio_cfg_t gpio_cfg_spixf = { MXC_GPIO1, (MXC_GPIO_PIN_22 | MXC_GPIO_P
MXC_GPIO_PAD_NONE, MXC_GPIO_VSSEL_VDDIO, MXC_GPIO_DRVSTR_0 };

// SKBD Pin Definitions
const mxc_gpio_cfg_t gpio_cfg_skbd_P2 = { MXC_GPIO1, ( MXC_GPIO_PIN_14 | MXC_GPIO_PIN_15 | MXC_GPIO_PIN_16 |
const mxc_gpio_cfg_t gpio_cfg_skbd_P2 = { MXC_GPIO1, (MXC_GPIO_PIN_14 | MXC_GPIO_PIN_15 | MXC_GPIO_PIN_16 |
MXC_GPIO_PIN_17 | MXC_GPIO_PIN_18| MXC_GPIO_PIN_19 | MXC_GPIO_PIN_20 |
MXC_GPIO_PIN_21), MXC_GPIO_FUNC_ALT1, MXC_GPIO_PAD_PULL_UP,
MXC_GPIO_VSSEL_VDDIO, MXC_GPIO_DRVSTR_0 };

0 comments on commit cfb8101

Please sign in to comment.