Explorar o código

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

Drashna Jaelre %!s(int64=3) %!d(string=hai) anos
pai
achega
e08d6a33fc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/sensors/pmw3360.h

+ 1 - 1
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