We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c4e80 commit 8b934dcCopy full SHA for 8b934dc
drivers/eeprom/eeprom_tmp11x.c
@@ -16,11 +16,6 @@ struct eeprom_tmp11x_config {
16
const struct device *parent;
17
};
18
19
-BUILD_ASSERT(CONFIG_EEPROM_INIT_PRIORITY >
20
- CONFIG_SENSOR_INIT_PRIORITY,
21
- "TMP11X eeprom driver must be initialized after TMP11X sensor "
22
- "driver");
23
-
24
static size_t eeprom_tmp11x_size(const struct device *dev)
25
{
26
return EEPROM_TMP11X_SIZE;
0 commit comments