Change the name of servos[] and servo_t
This commit is contained in:
parent
3b23ccd366
commit
eacfe132aa
2 changed files with 11 additions and 11 deletions
|
|
@ -112,7 +112,7 @@ typedef struct {
|
|||
typedef struct {
|
||||
ServoPin_t Pin;
|
||||
unsigned int ticks;
|
||||
} servo_t;
|
||||
} ServoInfo_t;
|
||||
|
||||
class Servo {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue