Added support for board=tilaunchpad.
[goodfet] / firmware / apps / i2c / i2c.c
index af2c7f1..c598f54 100644 (file)
@@ -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)