X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fgoodfet.c;h=f82c5b3e5a235ddbab0b78db12640995622fab37;hp=4d791f8b3885b5c1c134f865c4c38d95b5f4149f;hb=b512ed283910a439bebc01c134b250b3fc73be63;hpb=602c5212c0b08f5056f639749e0246b4855a4921 diff --git a/firmware/goodfet.c b/firmware/goodfet.c index 4d791f8..f82c5b3 100644 --- a/firmware/goodfet.c +++ b/firmware/goodfet.c @@ -75,6 +75,11 @@ void handle(unsigned char app, case AVR: avrhandle(app,verb,len); break; +#ifdef INSTALL_PIC_APP + case PIC: + pichandle(app,verb,len); + break; +#endif case I2CAPP: i2chandle(app,verb,len); break;