X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=firmware%2Fapps%2Fi2c%2Fi2c.c;h=e58b266dc96f438a57ca85527a1556572c7459ce;hb=a5b5dc2e02ec49f9fc9164e0e5cd70b18e48f635;hp=af2c7f16702af9b87b7001c7683de5c2871ec520;hpb=69539bb167246135b1bde3c55dca7d19bc3c7aee;p=goodfet diff --git a/firmware/apps/i2c/i2c.c b/firmware/apps/i2c/i2c.c index af2c7f1..e58b266 100644 --- a/firmware/apps/i2c/i2c.c +++ b/firmware/apps/i2c/i2c.c @@ -14,7 +14,7 @@ #include "i2c.h" #include -#include +#include #include @@ -47,7 +47,7 @@ app_t const i2c_app = { //2xx only, need 1xx compat code -#if (platform == tilaunchpad) +#if (board == tilaunchpad) // P3.1 SDA // P3.3 SCL #define SDA (1<<1)