diff options
author | Tectu <joel@unormal.org> | 2012-06-27 15:43:49 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-27 15:43:49 +0200 |
commit | 3a5be9c67812c2ef16f335078f2ec8e8773d2144 (patch) | |
tree | 1fc148b8b6ade601779a451cee0422a318c9b4f6 | |
parent | 3ada10d048fd388394882afc886071764a592690 (diff) | |
download | uGFX-3a5be9c67812c2ef16f335078f2ec8e8773d2144.tar.gz uGFX-3a5be9c67812c2ef16f335078f2ec8e8773d2144.tar.bz2 uGFX-3a5be9c67812c2ef16f335078f2ec8e8773d2144.zip |
small fix
-rw-r--r-- | gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -190,7 +190,7 @@ uint8_t guiDrawSlider(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, uint8_ if(addElement(newNode) != 1) return 0; - lcdDrawRect(x0, y0, x1, y1, frame, frameColor); + // lcdDraw functions chHeapFree(newNode); |