# HG changeset patch # User Rowan Decker # Date 1425874079 25200 # Node ID a6bafeb5fecf2f00105ca6bcb9ad769d228b7e13 # Parent 4f47971c45c2f128b4a35c92bacee1682d977dc5 Fix whitespace pt2 Forgot to pull some files. Fixed those up too. diff -r 4f47971c45c2 -r a6bafeb5fecf Output/pjrcUSB/output_com.c --- a/Output/pjrcUSB/output_com.c Sun Mar 08 20:17:39 2015 -0700 +++ b/Output/pjrcUSB/output_com.c Sun Mar 08 21:07:59 2015 -0700 @@ -135,7 +135,7 @@ // Debug control variable for Output modules // 0 - Debug disabled (default) // 1 - Debug enabled - uint8_t Output_DebugMode = 0; + uint8_t Output_DebugMode = 0; diff -r 4f47971c45c2 -r a6bafeb5fecf Output/usbMuxUart/output_com.c --- a/Output/usbMuxUart/output_com.c Sun Mar 08 20:17:39 2015 -0700 +++ b/Output/usbMuxUart/output_com.c Sun Mar 08 21:07:59 2015 -0700 @@ -48,13 +48,13 @@ // 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 @@ // Debug control variable for Output modules // 0 - Debug disabled (default) // 1 - Debug enabled - uint8_t Output_DebugMode = 0; + uint8_t Output_DebugMode = 0; diff -r 4f47971c45c2 -r a6bafeb5fecf Output/usbMuxUart/setup.cmake --- a/Output/usbMuxUart/setup.cmake Sun Mar 08 20:17:39 2015 -0700 +++ b/Output/usbMuxUart/setup.cmake Sun Mar 08 21:07:59 2015 -0700 @@ -35,6 +35,6 @@ # set( ModuleCompatibility arm -# avr # TODO +# avr # TODO )