From 14e01e84fa595f8de8a8c7796e9aea16462dc404 Mon Sep 17 00:00:00 2001 From: RobinVdB8 Date: Sat, 25 Nov 2023 20:43:08 +0100 Subject: [PATCH] Changed doxyegen order for color_picker --- project/Core/Src/mug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Core/Src/mug.c b/project/Core/Src/mug.c index f87ebc7..1bfd330 100644 --- a/project/Core/Src/mug.c +++ b/project/Core/Src/mug.c @@ -273,8 +273,8 @@ void mug_init(void) { /** * @brief Reads the color input string and outputs it to a usable value for LCD_APi * - * @return color Define to use with the LCD_API * @param[in] color Input string to select a color + * @return color Define to use with the LCD_API */ uint32_t color_picker(char* color) { uint32_t output = LCD_BLACK;