From df16cb92d4f664dd26fb70718dbd1ea5f12d5e83 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 10 Feb 2017 07:51:54 +0530 Subject: arduino_101: bmi160: use new device name Use new device name for SPI device Jira: ZEP-1704 Change-Id: Iec39468bbef54423af2b3a681dd4ae1eee866d1e Signed-off-by: Anas Nashif --- samples/sensor/bmi160/prj.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'samples') diff --git a/samples/sensor/bmi160/prj.conf b/samples/sensor/bmi160/prj.conf index 4f6f0bd2f..5da97fad6 100644 --- a/samples/sensor/bmi160/prj.conf +++ b/samples/sensor/bmi160/prj.conf @@ -3,8 +3,6 @@ CONFIG_SPI=y CONFIG_GPIO=y CONFIG_SENSOR=y CONFIG_BMI160=y -CONFIG_BMI160_NAME="bmi160" -CONFIG_BMI160_SPI_PORT_NAME="SPI_SS_1" CONFIG_BMI160_SLAVE=1 CONFIG_BMI160_SPI_BUS_FREQ=88 CONFIG_BMI160_TRIGGER_OWN_THREAD=y -- cgit v1.2.3