X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fgoodfet.c;h=f82c5b3e5a235ddbab0b78db12640995622fab37;hp=4d791f8b3885b5c1c134f865c4c38d95b5f4149f;hb=dbcedaa279472080a2585e959a3146f3c5859556;hpb=3924e6c10611bfeb4c3970a91bbe66c5ba7de6f2 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;