forked from mirrors/qmk_userspace
[Fix] Patches after printf library update (#17584)
* Add missing '(' to print_bin_reverse32 declaration * Fix insufficient character buffers on satisfaction75 * Remove \0 character in format string and use corrected offset math instead on rocketboard 16 * Replace snprintf_ with snprintf for djinn * Explicitly ignore format checks for tracktyl manuform that uses %b specifier * Print properly escaped version string in command.c, as PRODUCT or other defines can contain constructs like 'Vendor keyboard 66%' which will be interpreted as a format specifier
This commit is contained in:
parent
8224f62806
commit
643f6367a1
7 changed files with 24 additions and 24 deletions
|
@ -161,7 +161,7 @@ static void command_common_help(void) {
|
|||
}
|
||||
|
||||
static void print_version(void) {
|
||||
print(/* clang-format off */
|
||||
xprintf("%s", /* clang-format off */
|
||||
"\n\t- Version -\n"
|
||||
"VID: " STR(VENDOR_ID) "(" STR(MANUFACTURER) ") "
|
||||
"PID: " STR(PRODUCT_ID) "(" STR(PRODUCT) ") "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue