Getting closer to an I2C Python client.
[goodfet] / firmware / apps / jtag / jtag.c
index 2b04a81..ea02b40 100644 (file)
@@ -8,8 +8,6 @@
 #include "jtag.h"
 
 
-
-
 //! Set up the pins for JTAG mode.
 void jtagsetup(){
   P5DIR|=MOSI+SCK+TMS;