summaryrefslogtreecommitdiff
path: root/board/scout/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/scout/board.c')
-rw-r--r--board/scout/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/scout/board.c b/board/scout/board.c
index a11cb4cb05..6758828ae0 100644
--- a/board/scout/board.c
+++ b/board/scout/board.c
@@ -100,7 +100,7 @@ static struct tcs3400_rgb_drv_data_t g_tcs3400_rgb_data = {
struct motion_sensor_t motion_sensors[] = {
[CLEAR_ALS] = {
.name = "Clear Light",
- .active_mask = SENSOR_ACTIVE_S0_S3,
+ .active_mask = SENSOR_ACTIVE_S0,
.chip = MOTIONSENSE_CHIP_TCS3400,
.type = MOTIONSENSE_TYPE_LIGHT,
.location = MOTIONSENSE_LOC_BASE,
@@ -121,7 +121,7 @@ struct motion_sensor_t motion_sensors[] = {
},
[RGB_ALS] = {
.name = "RGB Light",
- .active_mask = SENSOR_ACTIVE_S0_S3,
+ .active_mask = SENSOR_ACTIVE_S0,
.chip = MOTIONSENSE_CHIP_TCS3400,
.type = MOTIONSENSE_TYPE_LIGHT_RGB,
.location = MOTIONSENSE_LOC_BASE,