aboutsummaryrefslogtreecommitdiff
path: root/common/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/command.c')
-rw-r--r--common/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/command.c b/common/command.c
index e325a5d84..13d37242d 100644
--- a/common/command.c
+++ b/common/command.c
@@ -138,6 +138,7 @@ static uint8_t command_common(void)
138 } 138 }
139 break; 139 break;
140 case KB_S: 140 case KB_S:
141 print("host_keyboard_leds:"); phex(host_keyboard_leds()); print("\n");
141#ifdef HOST_PJRC 142#ifdef HOST_PJRC
142 print("UDCON: "); phex(UDCON); print("\n"); 143 print("UDCON: "); phex(UDCON); print("\n");
143 print("UDIEN: "); phex(UDIEN); print("\n"); 144 print("UDIEN: "); phex(UDIEN); print("\n");