diff --git a/hal__gpio_8h.html b/hal__gpio_8h.html index 0115342..73102bb 100644 --- a/hal__gpio_8h.html +++ b/hal__gpio_8h.html @@ -142,12 +142,6 @@ #define HAL_GPIO_PIN(name, port, pin)   - -#define SWCLK   GPIO(GPIO_PORTA, 30) -  - -#define SWDIO   GPIO(GPIO_PORTA, 31) - 

Detailed Description

GPIO Macros.

diff --git a/hal__gpio_8h_source.html b/hal__gpio_8h_source.html index d1f924e..b86fb6c 100644 --- a/hal__gpio_8h_source.html +++ b/hal__gpio_8h_source.html @@ -233,8 +233,8 @@
152 } \
153 \
154
-
155#define SWCLK GPIO(GPIO_PORTA, 30)
-
156#define SWDIO GPIO(GPIO_PORTA, 31)
+
155HAL_GPIO_PIN(SWCLK, A, 30)
+
156HAL_GPIO_PIN(SWDIO, A, 31)
157
158#ifdef APP_USES_TINYUSB
159HAL_GPIO_PIN(USB_N, A, 24)