[Core] Fix copypasta issue with pmw3360 sensor config (#14106)

This commit is contained in:
Drashna Jaelre 2021-08-21 18:34:04 -07:00 committed by GitHub
parent 0ae20e7457
commit e08d6a33fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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