X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fgoodfet.c;h=b8d9e3dbe7940936065d98a0c4bb9b4ccbe5c7ff;hp=d79fdac25839ecff0195ccda2fe4a126f48299f9;hb=ea94279f763800d71e86d9bb25d140bf78dfb4ea;hpb=2c299b308dca8a7667bacce7690fa6238492723f diff --git a/firmware/goodfet.c b/firmware/goodfet.c index d79fdac..b8d9e3d 100644 --- a/firmware/goodfet.c +++ b/firmware/goodfet.c @@ -40,9 +40,15 @@ void init(){ may have trouble communicating with the client. The latter likely relates to the FTDI on-chip 3V3 regulator being specified up to only 50 mA. */ - P5DIR |= BIT0; - P5REN &= ~BIT0; - P5OUT &= ~BIT0; + + + //P5REN &= ~BIT0; //DO NOT UNCOMMENT. Breaks GF1x support. + + //This will have to be cut soon. Use pulling resistors instead. + /* + P5DIR |= BIT0; + P5OUT &= ~BIT0; + */ //Setup clocks, unique to each '430. msp430_init_dco();