aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sensors
diff options
context:
space:
mode:
authorAlabastard-642022-12-12 22:14:48 +0100
committerGitHub2022-12-12 22:14:48 +0100
commit008f1312bbddd281378b680f723a01d135f7e948 (patch)
treeeec516729bb08971d05f48005ecd81c0b596511f /drivers/sensors
parent102f22f7e99d87989cd95e10370863c3f96ba7e2 (diff)
Cleanup pmw3389.c (#19301)
Diffstat (limited to 'drivers/sensors')
-rw-r--r--drivers/sensors/pmw3389.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/sensors/pmw3389.c b/drivers/sensors/pmw3389.c
index cba94d6c65..c5781a5ffe 100644
--- a/drivers/sensors/pmw3389.c
+++ b/drivers/sensors/pmw3389.c
@@ -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;