]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/atm128/i2c/Atm128I2C.h
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / chips / atm128 / i2c / Atm128I2C.h
index 75fd6643fd373c104c0cb7088cee0d66ed8c4a0d..94589c1fd6a077cd5fe046726c320698b2c1a97a 100644 (file)
@@ -47,4 +47,8 @@ enum {
     ATM128_I2C_MR_DATA_NACK     = 0x58
 };
 
+#ifndef ATM128_I2C_EXTERNAL_PULLDOWN
+#define ATM128_I2C_EXTERNAL_PULLDOWN FALSE
+#endif
+
 #endif // _H_Atm128I2C_h