Format code according to conventions (#11905)
Co-authored-by: QMK Bot <hello@qmk.fm>
This commit is contained in:
parent
4ddb5abea5
commit
c27a778281
5 changed files with 17 additions and 27 deletions
|
@ -305,7 +305,6 @@ int main(void) {
|
|||
// dprintf("5v=%u 5vu=%u dlow=%u dhi=%u gca=%u gcd=%u\r\n", v_5v, v_5v_avg, v_5v_avg - V5_LOW, v_5v_avg - V5_HIGH, gcr_actual, gcr_desired);
|
||||
}
|
||||
#endif // CONSOLE_ENABLE
|
||||
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
|
|
@ -874,7 +874,7 @@ void send_mouse(report_mouse_t *report) {
|
|||
}
|
||||
|
||||
#else /* MOUSE_ENABLE */
|
||||
void send_mouse(report_mouse_t *report) { (void)report; }
|
||||
void send_mouse(report_mouse_t *report) { (void)report; }
|
||||
#endif /* MOUSE_ENABLE */
|
||||
|
||||
/* ---------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue