Skip to content

Commit 1e7fe47

Browse files
committed
fw/apps/prf/mfg_als: adjust getafix valid range
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent 0c0542f commit 1e7fe47

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/fw/apps/prf_apps/mfg_als_app.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
#define ALS_MIN_VALUE 100
2525
#define ALS_MAX_VALUE 250
2626
#elif PLATFORM_GETAFIX
27-
// FIXME(GETAFIX): Adjust to narrower range once validated
28-
#define ALS_MIN_VALUE 5000
29-
#define ALS_MAX_VALUE 20000
27+
#define ALS_MIN_VALUE 14500
28+
#define ALS_MAX_VALUE 15500
3029
#else
3130
#define ALS_MIN_VALUE 0
3231
#define ALS_MAX_VALUE 65535

0 commit comments

Comments
 (0)