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

master
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
1 changed files with 1 additions and 1 deletions

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