X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Finclude%2Fgfports.h;h=8cc10122f52b6d9c50bcab32c5f5a198f4bf4de2;hp=59fe4cef983f3969c8103253c17643310d6771c6;hb=35881308523d692dc4ff36cfac9fbf321515194e;hpb=d5cda2101dbfcb7d9868e907f2564c990f3fc763 diff --git a/firmware/include/gfports.h b/firmware/include/gfports.h index 59fe4ce..8cc1012 100644 --- a/firmware/include/gfports.h +++ b/firmware/include/gfports.h @@ -13,7 +13,7 @@ //Use P3 instead of P5 for target I/O on chips without P5. #ifndef __MSP430_HAS_PORT5__ #ifndef __MSP430_HAS_PORT5_R__ -#warning "No P5, using P3 instead. Will break 2618 and 1612 support." +//#warning "No P5, using P3 instead. Will break 2618 and 1612 support." #define P5OUT P3OUT #define P5DIR P3DIR #define P5REN P3REN @@ -25,7 +25,7 @@ //Use false P5REN for 1612. #ifdef __MSP430_HAS_PORT5__ #ifndef __MSP430_HAS_PORT5_R__ -#warning "1xx, using fake P5REN for external pulling resistors." +//#warning "1xx, using fake P5REN for external pulling resistors." #define P5REN P5OUT #endif #endif