analog.[ch]: remove unnecessary includes (#16471)
This commit is contained in:
parent
aab2ac22c5
commit
d412854e37
5 changed files with 4 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue