fix wanings
This commit is contained in:
@@ -165,8 +165,7 @@ static void process_kbd_report(hid_keyboard_report_t const *report)
|
||||
// Mouse
|
||||
//--------------------------------------------------------------------+
|
||||
|
||||
void cursor_movement(int8_t x, int8_t y, int8_t wheel)
|
||||
{
|
||||
static void cursor_movement(int8_t x, int8_t y, int8_t wheel) {
|
||||
#if USE_ANSI_ESCAPE
|
||||
// Move X using ansi escape
|
||||
if ( x < 0)
|
||||
|
||||
Reference in New Issue
Block a user