Glitch app is in progress, first support will be for AVR.
[goodfet] / firmware / apps / avr / avr.c
index a8d9d34..f1fe5b7 100644 (file)
 #include <iomacros.h>
 
 #include "avr.h"
+#include "glitch.h"
 
 //! Setup the AVR pins.
 void avrsetup(){
   spisetup();
+  
+  glitchsetup();
 }
 
 //! Initialized an attached AVR.