samples: bmm150: Remove assignment to missing CONFIG_BMM150_SET_ATTR
This symbol never existed, and has some dead code associated with it: https://github.com/zephyrproject-rtos/zephyr/issues/7848 Just remove the assignment to the undefined Kconfig symbol for now. The associated code could be removed separately if it isn't needed anymore. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
6a014b6321
commit
cbdfdf9e77
@ -4,5 +4,4 @@ CONFIG_I2C=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_SENSOR=y
|
||||
CONFIG_BMM150=y
|
||||
CONFIG_BMM150_SET_ATTR=y
|
||||
CONFIG_BMM150_SAMPLING_RATE_RUNTIME=y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user