X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fatm128%2Fi2c%2FAtm128I2C.h;h=94589c1fd6a077cd5fe046726c320698b2c1a97a;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=75fd6643fd373c104c0cb7088cee0d66ed8c4a0d;hpb=1ba974b83d19fc41bf80acd52726f36f7f1df297;p=tinyos-2.x.git diff --git a/tos/chips/atm128/i2c/Atm128I2C.h b/tos/chips/atm128/i2c/Atm128I2C.h index 75fd6643..94589c1f 100644 --- a/tos/chips/atm128/i2c/Atm128I2C.h +++ b/tos/chips/atm128/i2c/Atm128I2C.h @@ -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