modified: src/Hippie.cpp

This commit is contained in:
roboticafacil 2018-04-18 19:09:37 +02:00
parent caa9fc4584
commit e3f8ce23b8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include <Oscillator.h>
void Hippie::init(int YL, int YR, int RL, int RR, int OYL, int OYR, int ORL, int ORR) {
void Hippie::init(int YL, int YR, int RL, int RR) {
servo_pins[0] = YL;
servo_pins[1] = YR;