]> git.donarmstrong.com Git - kiibohd-controller.git/commitdiff
Fix whitespace pt2
authorRowan Decker <Smasher816@gmail.com>
Mon, 9 Mar 2015 04:07:59 +0000 (21:07 -0700)
committerRowan Decker <Smasher816@gmail.com>
Mon, 9 Mar 2015 04:07:59 +0000 (21:07 -0700)
Forgot to pull some files. Fixed those up too.

Output/pjrcUSB/output_com.c
Output/usbMuxUart/output_com.c
Output/usbMuxUart/setup.cmake

index 140aba67e276fcbb877b5ad93d712de50106713f..a556490d6df50d43a53cf06eeffae392b2124563 100644 (file)
@@ -135,7 +135,7 @@ USBKeyChangeState USBKeys_Changed = USBKeyChangeState_None;
 // Debug control variable for Output modules
 // 0 - Debug disabled (default)
 // 1 - Debug enabled
-         uint8_t  Output_DebugMode = 0;
+        uint8_t  Output_DebugMode = 0;
 
 
 
index ae27e255b9ceebe3884e95f097720b3a9b91f526..f33249a435d4a1d029f2390dba6b05c7fa836868 100644 (file)
 
 // Used to build a bitmap lookup table from a byte addressable array
 #define byteLookup( byte ) case (( byte ) * ( 8 )):         bytePosition = byte; byteShift = 0; break; \
-                          case (( byte ) * ( 8 ) + ( 1 )): bytePosition = byte; byteShift = 1; break; \
-                          case (( byte ) * ( 8 ) + ( 2 )): bytePosition = byte; byteShift = 2; break; \
-                          case (( byte ) * ( 8 ) + ( 3 )): bytePosition = byte; byteShift = 3; break; \
-                          case (( byte ) * ( 8 ) + ( 4 )): bytePosition = byte; byteShift = 4; break; \
-                          case (( byte ) * ( 8 ) + ( 5 )): bytePosition = byte; byteShift = 5; break; \
-                          case (( byte ) * ( 8 ) + ( 6 )): bytePosition = byte; byteShift = 6; break; \
-                          case (( byte ) * ( 8 ) + ( 7 )): bytePosition = byte; byteShift = 7; break
+                           case (( byte ) * ( 8 ) + ( 1 )): bytePosition = byte; byteShift = 1; break; \
+                           case (( byte ) * ( 8 ) + ( 2 )): bytePosition = byte; byteShift = 2; break; \
+                           case (( byte ) * ( 8 ) + ( 3 )): bytePosition = byte; byteShift = 3; break; \
+                           case (( byte ) * ( 8 ) + ( 4 )): bytePosition = byte; byteShift = 4; break; \
+                           case (( byte ) * ( 8 ) + ( 5 )): bytePosition = byte; byteShift = 5; break; \
+                           case (( byte ) * ( 8 ) + ( 6 )): bytePosition = byte; byteShift = 6; break; \
+                           case (( byte ) * ( 8 ) + ( 7 )): bytePosition = byte; byteShift = 7; break
 
 
 
@@ -138,7 +138,7 @@ USBKeyChangeState USBKeys_Changed = USBKeyChangeState_None;
 // Debug control variable for Output modules
 // 0 - Debug disabled (default)
 // 1 - Debug enabled
-         uint8_t  Output_DebugMode = 0;
+        uint8_t  Output_DebugMode = 0;
 
 
 
index bd078936b24f13f012111f4920f74dacd4326d35..3ba8a32b6e7274963c674bd5c735fab59b8b4e38 100644 (file)
@@ -35,6 +35,6 @@ list ( REMOVE_ITEM Output_SRCS
 #
 set( ModuleCompatibility
        arm
-#      avr # TODO
+#       avr # TODO
 )