mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
4836fcf831
@ -243,7 +243,7 @@ static void print_status(void) {
|
|||||||
|
|
||||||
#if !defined(NO_PRINT) && !defined(USER_PRINT)
|
#if !defined(NO_PRINT) && !defined(USER_PRINT)
|
||||||
static void print_eeconfig(void) {
|
static void print_eeconfig(void) {
|
||||||
xprintf("eeconfig:\ndefault_layer: %u\n", eeconfig_read_default_layer());
|
xprintf("eeconfig:\ndefault_layer: %" PRIu32 "\n", (uint32_t)eeconfig_read_default_layer());
|
||||||
|
|
||||||
debug_config_t dc;
|
debug_config_t dc;
|
||||||
eeconfig_read_debug(&dc);
|
eeconfig_read_debug(&dc);
|
||||||
|
Loading…
Reference in New Issue
Block a user