Skip to content

Commit 1ab1bbd

Browse files
author
Josh Tsai
committed
Modified the ALS coefficient from 3.8 to 3.2
Signed-off-by: Josh Tsai <josh_tsai@compal.com>
1 parent 20cd1a3 commit 1ab1bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board/hx30/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ const struct i2c_port_t i2c_ports[] = {
255255
const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);
256256

257257
struct als_t als[] = {
258-
{"CAPELLA", cm32183_init, cm32183_read_lux, 38},
258+
{"CAPELLA", cm32183_init, cm32183_read_lux, 32},
259259
};
260260
BUILD_ASSERT(ARRAY_SIZE(als) == ALS_COUNT);
261261

0 commit comments

Comments
 (0)