compiler warnings
This commit is contained in:
parent
45fc0a8c7b
commit
9d498150f7
1 changed files with 5 additions and 0 deletions
5
gui.c
5
gui.c
|
@ -189,6 +189,9 @@ uint8_t guiDrawSlider(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, uint8_
|
|||
if(addElement(newNode) != 1)
|
||||
return 0;
|
||||
|
||||
(void)frameColor;
|
||||
(void)bkColor;
|
||||
(void)valueColor;
|
||||
// lcdDraw functions
|
||||
|
||||
chHeapFree(newNode);
|
||||
|
@ -215,6 +218,8 @@ uint8_t guiDrawWheel(uint16_t x0, uint16_t y0, uint16_t radius1, uint16_t radius
|
|||
if(addElement(newNode) != 1)
|
||||
return 0;
|
||||
|
||||
(void)bkColor;
|
||||
(void)valueColor;
|
||||
// lcdDraw functions
|
||||
|
||||
chHeapFree(newNode);
|
||||
|
|
Loading…
Add table
Reference in a new issue