Browse Source

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

pull/14108/head
Drashna Jaelre 2 years ago
committed by GitHub
parent
commit
e08d6a33fc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      drivers/sensors/pmw3360.h

+ 1
- 1
drivers/sensors/pmw3360.h 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


Loading…
Cancel
Save