Skip to content
Snippets Groups Projects
Commit bb763bdd authored by Hauke Petersen's avatar Hauke Petersen
Browse files

tests/driver_servo: s/PWM_0/PWM_DEV(0)/

parent 7b856cda
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include "periph/pwm.h" #include "periph/pwm.h"
#include "servo.h" #include "servo.h"
#define DEV PWM_0 #define DEV PWM_DEV(0)
#define CHANNEL 0 #define CHANNEL 0
#define SERVO_MIN (1000U) #define SERVO_MIN (1000U)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment