From b50cf07ce904bc7511ddf37a32ab260422e02ea6 Mon Sep 17 00:00:00 2001 From: Henrik Stickann <4376396-Mithradir@users.noreply.gitlab.com> Date: Tue, 12 Apr 2022 16:07:28 +0200 Subject: [PATCH] Fix formating --- include/sta/hal/gpio_pin.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sta/hal/gpio_pin.hpp b/include/sta/hal/gpio_pin.hpp index a580635..03ea594 100644 --- a/include/sta/hal/gpio_pin.hpp +++ b/include/sta/hal/gpio_pin.hpp @@ -1,7 +1,7 @@ /** * @brief Wrapper for HAL GPIO pins. * - * Defined STA_HAL_GPIO_ENABLE in to enable. + * Define **STA_HAL_GPIO_ENABLE** in `` to enable module. */ #ifndef STA_HAL_GPIO_PIN_HPP #define STA_HAL_GPIO_PIN_HPP