From b8c0b727a72aa11e8a418803507f415831a93306 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Wed, 10 Jul 2024 16:51:29 +0000 Subject: [PATCH] deploy: ed81f963b5f3cc7bfdf9c6839ba7203ebebc4ec6 --- hal__gpio_8h.html | 6 ------ hal__gpio_8h_source.html | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) 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)