X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=firmware%2Fplatforms%2Farduino.h;h=88ec4d159ac6da665d59038dc8635e060c64311c;hb=5bffb24e3e49be3e6667f45950cb158eda019b37;hp=ea345066dc1e657c5106bc5653ca97e95f66b318;hpb=0a6b684cf47c2b6f6efbf635896bf0c272019ee7;p=goodfet diff --git a/firmware/platforms/arduino.h b/firmware/platforms/arduino.h index ea34506..88ec4d1 100644 --- a/firmware/platforms/arduino.h +++ b/firmware/platforms/arduino.h @@ -18,7 +18,7 @@ void arduino_init(); #define PLEDPIN 0x20 //Use P3 instead of P5 for target I/O on chips without P5. -#ifdef msp430x2274 +#ifdef msp430f2274 //#warning "No P5, using P3 instead. Will break 2618 and 1612 support." #define P5OUT P3OUT #define P5DIR P3DIR