diff options
author | Tectu <joel@unormal.org> | 2012-06-27 10:11:42 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-27 10:11:42 +0200 |
commit | 488cf397922d42b59c88c0a028eca8c26c4e6293 (patch) | |
tree | 78a84a4b3c44c4f038f1a91b2c6f0bd2117c58a5 /gui.h | |
parent | db7d8d0aeacc61e1fe75072b802e5f8790591181 (diff) | |
download | uGFX-488cf397922d42b59c88c0a028eca8c26c4e6293.tar.gz uGFX-488cf397922d42b59c88c0a028eca8c26c4e6293.tar.bz2 uGFX-488cf397922d42b59c88c0a028eca8c26c4e6293.zip |
some name changes
Diffstat (limited to 'gui.h')
-rw-r--r-- | gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ Thread *guiInit(uint16_t interval, tprio_t priority); * * return: none */ -void guiPrintNode(BaseSequentialStream *chp); +void guiPrintElements(BaseSequentialStream *chp); /* * Description: deletes a GUI element from the linked list |