1
0
Fork 0

Add *_RIGHT configuration for PMW33XX driver (#19243)

This commit is contained in:
Pablo Martínez 2022-12-10 03:18:40 +01:00 committed by GitHub
parent 8c12559edb
commit d9cba6e978
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 14 deletions

View file

@ -9,8 +9,6 @@
#include "pmw33xx_common.h"
#include "progmem.h"
extern const size_t pmw33xx_number_of_sensors;
uint16_t pmw33xx_get_cpi(uint8_t sensor) {
if (sensor >= pmw33xx_number_of_sensors) {
return 0;