X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fgoodfet.c;h=a6ccae401655cf1666792487691ca6ca1f946c1a;hp=b8d9e3dbe7940936065d98a0c4bb9b4ccbe5c7ff;hb=77720e2680a4cda7305339510616cd707df423ba;hpb=496a0185c0bc88e6ccb768b7ff73055edc3cf4c3 diff --git a/firmware/goodfet.c b/firmware/goodfet.c index b8d9e3d..a6ccae4 100644 --- a/firmware/goodfet.c +++ b/firmware/goodfet.c @@ -53,7 +53,7 @@ void init(){ //Setup clocks, unique to each '430. msp430_init_dco(); msp430_init_uart(); - + //DAC should be at full voltage if it exists. #ifdef DAC12IR //glitchvoltages(0xfff,0xfff); @@ -112,7 +112,9 @@ void handle(unsigned char app, case PIC: pichandle(app,verb,len); break; - + case ADC10: + adchandle(app,verb,len); + break; case I2CAPP: i2chandle(app,verb,len); break;