Formatting in glitch.c
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 28 Jun 2010 15:01:16 +0000 (15:01 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 28 Jun 2010 15:01:16 +0000 (15:01 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@647 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/apps/glitch/glitch.c

index 0691932..da94017 100644 (file)
@@ -127,8 +127,9 @@ void glitchhandle(unsigned char app,
     _DINT();//disable interrupts
     TACTL=0; //clear dividers
     TACTL|=TACLR; //clear config
     _DINT();//disable interrupts
     TACTL=0; //clear dividers
     TACTL|=TACLR; //clear config
-    TACTL|=TASSEL_SMCLK| //smclk source
-      MC_2; //continuous mode.
+    TACTL|=
+      TASSEL_SMCLK //smclk source
+      | MC_2; //continuous mode.
     
     //perform the function
     silent++;//Don't want the function to return anything.
     
     //perform the function
     silent++;//Don't want the function to return anything.