summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-10-03 20:31:27 +0100
committerRichard Hughes <richard@hughsie.com>2016-10-03 20:31:27 +0100
commit862d0e95e45d37e0565147c79b239dbb0d5f3756 (patch)
treeb52b0175123addce0bd9d32b085966ae58fc275c
parentf5bc663152d35a9a026b62db171eb8d457648657 (diff)
downloadcolord-862d0e95e45d37e0565147c79b239dbb0d5f3756.tar.gz
trivial: Fix the CCD spectral resolution value
-rw-r--r--lib/colorhug/ch-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/colorhug/ch-common.h b/lib/colorhug/ch-common.h
index 4d971f3..b94a333 100644
--- a/lib/colorhug/ch-common.h
+++ b/lib/colorhug/ch-common.h
@@ -1444,7 +1444,7 @@ G_BEGIN_DECLS
#define CH_EEPROM_ADDR_RUNCODE_ALS 0x2000 /* since 1.2.9 */
/* the number of useful samples from the the CCD */
-#define CH_CCD_SPECTRAL_RESOLUTION 3648
+#define CH_CCD_SPECTRAL_RESOLUTION 1024
/* although each calibration can be stored in 60 bytes,
* we use a full 64 byte block */