Changed doxyegen order for color_picker

This commit is contained in:
RobinVdB8
2023-11-25 20:43:08 +01:00
parent cdd13e8046
commit 14e01e84fa

View File

@@ -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;