Refactoring, beginning AVR application.
[goodfet] / firmware / goodfet.c
index deb2991..8ff94b6 100644 (file)
@@ -44,6 +44,9 @@ void handle(unsigned char app,
   case SPI:\r
     spihandle(app,verb,len);\r
     break;\r
   case SPI:\r
     spihandle(app,verb,len);\r
     break;\r
+  case AVR:\r
+    avrhandle(app,verb,len);\r
+    break;\r
   case I2CAPP:\r
     i2chandle(app,verb,len);\r
     break;\r
   case I2CAPP:\r
     i2chandle(app,verb,len);\r
     break;\r