summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlabastard-64 <96358682+Alabastard-64@users.noreply.github.com>2022-12-12 14:14:48 -0700
committerGitHub <noreply@github.com>2022-12-12 13:14:48 -0800
commit008f1312bbddd281378b680f723a01d135f7e948 (patch)
treeeec516729bb08971d05f48005ecd81c0b596511f /drivers
parent102f22f7e99d87989cd95e10370863c3f96ba7e2 (diff)
Cleanup pmw3389.c (#19301)
Diffstat (limited to 'drivers')
-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;