Browse Source

Cleanup pmw3389.c (#19301)

pull/19306/head
Alabastard-64 1 year ago
committed by GitHub
parent
commit
008f1312bb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      drivers/sensors/pmw3389.c

+ 0
- 2
drivers/sensors/pmw3389.c View File

@ -8,8 +8,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;


Loading…
Cancel
Save