Skip to content

Commit

Permalink
no commmits before coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycastillo committed Jul 10, 2024
1 parent 98cd63d commit ed81f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/hal_gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
} \
\

#define SWCLK GPIO(GPIO_PORTA, 30)
#define SWDIO GPIO(GPIO_PORTA, 31)
HAL_GPIO_PIN(SWCLK, A, 30)
HAL_GPIO_PIN(SWDIO, A, 31)

#ifdef APP_USES_TINYUSB
HAL_GPIO_PIN(USB_N, A, 24)
Expand Down

0 comments on commit ed81f96

Please sign in to comment.