format code according to conventions [skip ci]
This commit is contained in:
parent
b2ce2f8a34
commit
fa9c74c6a2
3 changed files with 6 additions and 10 deletions
|
@ -125,13 +125,9 @@ static void send_extra(uint8_t report_id, uint16_t data) {
|
|||
}
|
||||
}
|
||||
|
||||
static void send_system(uint16_t data) {
|
||||
send_extra(REPORT_ID_SYSTEM, data);
|
||||
}
|
||||
static void send_system(uint16_t data) { send_extra(REPORT_ID_SYSTEM, data); }
|
||||
|
||||
static void send_consumer(uint16_t data) {
|
||||
send_extra(REPORT_ID_CONSUMER, data);
|
||||
}
|
||||
static void send_consumer(uint16_t data) { send_extra(REPORT_ID_CONSUMER, data); }
|
||||
|
||||
/*------------------------------------------------------------------*
|
||||
* Request from host *
|
||||
|
|
Loading…
Reference in a new issue