[CI] Format code according to conventions (#25827)
Format code according to conventions
This commit is contained in:
parent
330a8597f8
commit
6ed61c65dd
92 changed files with 307 additions and 348 deletions
|
|
@ -629,7 +629,7 @@ static void mousekey_console_help(void) {
|
|||
bool mousekey_console(uint8_t code) {
|
||||
static uint8_t param = 0;
|
||||
static uint8_t *pp = NULL;
|
||||
static char * desc = NULL;
|
||||
static char *desc = NULL;
|
||||
|
||||
# if defined(NO_PRINT) || defined(USER_PRINT) /* -Wunused-parameter */
|
||||
(void)desc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue