samples: modules: tflite-micro: magic_wand: add missing CONFIG_I2C=y

The magic_want sample requires I2C bus to be enabled (used sensor is
connected to the bus).

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-08-03 10:46:50 +02:00 committed by Carles Cufí
commit cb448591ed

View file

@ -14,3 +14,4 @@
# ==============================================================================
CONFIG_PWM=n
CONFIG_PWM_LITEX=n
CONFIG_I2C=y