whitepsaces
This commit is contained in:
parent
7a20c79b15
commit
bbfc86c17b
1 changed files with 1 additions and 1 deletions
2
gui.h
2
gui.h
|
@ -46,7 +46,6 @@ Thread *guiInit(uint16_t interval, tprio_t priority);
|
||||||
*
|
*
|
||||||
* return: none
|
* return: none
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void guiPrintElements(BaseSequentialStream *chp);
|
void guiPrintElements(BaseSequentialStream *chp);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -57,6 +56,7 @@ void guiPrintElements(BaseSequentialStream *chp);
|
||||||
* return: 1 if successful, 0 otherwise
|
* return: 1 if successful, 0 otherwise
|
||||||
*/
|
*/
|
||||||
uint8_t guiDeleteElement(char *label);
|
uint8_t guiDeleteElement(char *label);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Description: draws a button on the screen and keeps it's state up to date
|
* Description: draws a button on the screen and keeps it's state up to date
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue