[Core] Fix copypasta issue with pmw3360 sensor config (#14106)
This commit is contained in:
parent
0ae20e7457
commit
e08d6a33fc
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
# ifdef __AVR__
|
# ifdef __AVR__
|
||||||
# define PMW3360_SPI_DIVISOR (F_CPU / PMW3360_CLOCK_SPEED)
|
# define PMW3360_SPI_DIVISOR (F_CPU / PMW3360_CLOCK_SPEED)
|
||||||
# else
|
# else
|
||||||
# define EXTERNAL_EEPROM_SPI_CLOCK_DIVISOR 64
|
# define PMW3360_SPI_DIVISOR 64
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue