diff Output/pjrcUSB/output_com.c @ 212:2794931a4d30

DPH controller now working with macros/layers - Still working on USB NKRO
author Jacob Alexander <haata@kiibohd.com>
date Tue, 16 Sep 2014 11:42:24 -0700
parents 326f75709d10
children 78e89528487f
line wrap: on
line diff
--- a/Output/pjrcUSB/output_com.c	Mon Sep 15 20:19:40 2014 -0700
+++ b/Output/pjrcUSB/output_com.c	Tue Sep 16 11:42:24 2014 -0700
@@ -245,7 +245,7 @@
 void cliFunc_readLEDs( char* args )
 {
 	print( NL );
-	info_msg("LED State (This doesn't work yet...): ");
+	info_msg("LED State: ");
 	printInt8( USBKeys_LEDs );
 }