via: fix compile when vial is not enabled
This commit is contained in:
parent
377af7bcfc
commit
276d4be495
@ -438,7 +438,9 @@ void raw_hid_receive(uint8_t *data, uint8_t length) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#ifdef VIAL_ENABLE
|
||||||
skip:
|
skip:
|
||||||
|
#endif
|
||||||
// Return the same buffer, optionally with values changed
|
// Return the same buffer, optionally with values changed
|
||||||
// (i.e. returning state to the host, or the unhandled state).
|
// (i.e. returning state to the host, or the unhandled state).
|
||||||
raw_hid_send(data, length);
|
raw_hid_send(data, length);
|
||||||
|
Loading…
Reference in New Issue
Block a user