summaryrefslogtreecommitdiff
path: root/drivers/sensors
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-08-21 18:34:04 -0700
committerGitHub <noreply@github.com>2021-08-21 18:34:04 -0700
commite08d6a33fc1c119e4632bdaa37e75aebbd895dbd (patch)
treec748e44c8faee4277e42f11e3c288dbe02d77865 /drivers/sensors
parent0ae20e74578ae4420af3e684f7ad9fcbd7beee94 (diff)
[Core] Fix copypasta issue with pmw3360 sensor config (#14106)
Diffstat (limited to 'drivers/sensors')
-rw-r--r--drivers/sensors/pmw3360.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sensors/pmw3360.h b/drivers/sensors/pmw3360.h
index 3a2a536e5c..124c62cf00 100644
--- a/drivers/sensors/pmw3360.h
+++ b/drivers/sensors/pmw3360.h
@@ -40,7 +40,7 @@
# ifdef __AVR__
# define PMW3360_SPI_DIVISOR (F_CPU / PMW3360_CLOCK_SPEED)
# else
-# define EXTERNAL_EEPROM_SPI_CLOCK_DIVISOR 64
+# define PMW3360_SPI_DIVISOR 64
# endif
#endif