summaryrefslogtreecommitdiff
path: root/drivers/sensors
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-03-04 14:56:59 +1100
committerGitHub <noreply@github.com>2022-03-04 14:56:59 +1100
commitd412854e37a53d35e567af3dc5c452d64c570fdd (patch)
tree46b7d207f5e3f594a6aae74c2a56af50c8917bb0 /drivers/sensors
parentaab2ac22c5217afcbbbaff8b5444b02765f6de66 (diff)
analog.[ch]: remove unnecessary includes (#16471)
Diffstat (limited to 'drivers/sensors')
-rw-r--r--drivers/sensors/analog_joystick.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/sensors/analog_joystick.c b/drivers/sensors/analog_joystick.c
index 95f8cff23a..12256a8e7a 100644
--- a/drivers/sensors/analog_joystick.c
+++ b/drivers/sensors/analog_joystick.c
@@ -18,6 +18,8 @@
#include "analog.h"
#include "gpio.h"
#include "wait.h"
+#include "timer.h"
+#include <stdlib.h>
// Set Parameters
uint16_t minAxisValue = ANALOG_JOYSTICK_AXIS_MIN;