Skip to content

Commit

Permalink
[build_test] set CONSOLE_ENABLE=yes if DEBUG > 0 (qmk#23097)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSannier authored Jul 3, 2024
1 parent eed2a74 commit e07f752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builddefs/build_test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ PLATFORM:=TEST
PLATFORM_KEY:=test
BOOTLOADER_TYPE:=none

ifeq ($(strip $(DEBUG)), 1)
DEBUG ?= 0
ifneq ($(strip $(DEBUG)), 0)
CONSOLE_ENABLE = yes
endif

Expand Down

0 comments on commit e07f752

Please sign in to comment.