small fix
This commit is contained in:
parent
3ada10d048
commit
3a5be9c678
1 changed files with 1 additions and 1 deletions
2
gui.c
2
gui.c
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue