tcp_cmd
add some unused tags back, when in normal mode this gave some warnings
This commit is contained in:
10
tests/mocs.c
10
tests/mocs.c
@@ -18,12 +18,10 @@ int tftp_init(struct tftp_context* context) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void lcd_display_text(const char* text,
|
void lcd_display_text(uint8_t* text, uint16_t x_pos, uint16_t y_pos, uint32_t color, uint32_t bg_color, sFONT* font) {
|
||||||
uint16_t x_pos,
|
UNUSED(text);
|
||||||
uint16_t y_pos,
|
UNUSED(x_pos);
|
||||||
uint32_t color,
|
UNUSED(y_pos);
|
||||||
uint32_t bg_color,
|
|
||||||
sFONT* font) {
|
|
||||||
UNUSED(color);
|
UNUSED(color);
|
||||||
UNUSED(bg_color);
|
UNUSED(bg_color);
|
||||||
UNUSED(font);
|
UNUSED(font);
|
||||||
|
|||||||
Reference in New Issue
Block a user