summaryrefslogtreecommitdiff
path: root/board/strago/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/strago/board.c')
-rw-r--r--board/strago/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/strago/board.c b/board/strago/board.c
index b80d8cc3f7..79e99b83ee 100644
--- a/board/strago/board.c
+++ b/board/strago/board.c
@@ -157,7 +157,7 @@ BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);
/* ALS instances. Must be in same order as enum als_id. */
struct als_t als[] = {
- {"ISL", isl29035_read_lux, 5},
+ {"ISL", isl29035_init, isl29035_read_lux, 5},
};
BUILD_ASSERT(ARRAY_SIZE(als) == ALS_COUNT);