Samples that include floating-point format specifications may need cbprintf FP support. Make sure it's available. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
#
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_I2C=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_MPU6050=y
|
|
CONFIG_MPU6050_TRIGGER_NONE=y
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|