diff options
author | Tectu <joel@unormal.org> | 2012-07-09 02:29:58 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-07-09 02:29:58 +0200 |
commit | bbfc86c17b9263a29e6359578ed74c105b3322a7 (patch) | |
tree | 873f2d9782c6a9f5a9a47c73aaf88d5a6b865080 /gui.h | |
parent | 7a20c79b15874d07d56aeb312a9bfb6baad0def3 (diff) | |
download | uGFX-bbfc86c17b9263a29e6359578ed74c105b3322a7.tar.gz uGFX-bbfc86c17b9263a29e6359578ed74c105b3322a7.tar.bz2 uGFX-bbfc86c17b9263a29e6359578ed74c105b3322a7.zip |
whitepsaces
Diffstat (limited to 'gui.h')
-rw-r--r-- | gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,6 @@ Thread *guiInit(uint16_t interval, tprio_t priority); * * return: none */ - void guiPrintElements(BaseSequentialStream *chp); /* @@ -57,6 +56,7 @@ void guiPrintElements(BaseSequentialStream *chp); * return: 1 if successful, 0 otherwise */ uint8_t guiDeleteElement(char *label); + /* * Description: draws a button on the screen and keeps it's state up to date * |