Changeset 4948 for i2c-tools/trunk/tools/i2cget.c
- Timestamp:
- 10/14/07 13:21:00 (5 years ago)
- Files:
-
- 1 modified
-
i2c-tools/trunk/tools/i2cget.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c-tools/trunk/tools/i2cget.c
r4499 r4948 95 95 96 96 if (pec 97 && !(funcs & (I2C_FUNC_SMBUS_ HWPEC_CALC | I2C_FUNC_I2C))) {97 && !(funcs & (I2C_FUNC_SMBUS_PEC | I2C_FUNC_I2C))) { 98 98 fprintf(stderr, "Warning: Adapter for i2c bus %d does " 99 99 "not seem to support PEC\n", i2cbus);
