Changed doxyegen order for color_picker
This commit is contained in:
@@ -273,8 +273,8 @@ void mug_init(void) {
|
|||||||
/**
|
/**
|
||||||
* @brief Reads the color input string and outputs it to a usable value for LCD_APi
|
* @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
|
* @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 color_picker(char* color) {
|
||||||
uint32_t output = LCD_BLACK;
|
uint32_t output = LCD_BLACK;
|
||||||
|
|||||||
Reference in New Issue
Block a user