summaryrefslogtreecommitdiff
path: root/2003/i/buzz/src/busp/busp_servo.h
diff options
context:
space:
mode:
Diffstat (limited to '2003/i/buzz/src/busp/busp_servo.h')
-rw-r--r--2003/i/buzz/src/busp/busp_servo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/2003/i/buzz/src/busp/busp_servo.h b/2003/i/buzz/src/busp/busp_servo.h
index 1545034..7cdf76e 100644
--- a/2003/i/buzz/src/busp/busp_servo.h
+++ b/2003/i/buzz/src/busp/busp_servo.h
@@ -8,7 +8,7 @@ class BuspServo
{
static const int m_address = 1;
static const int m_nbServo = 8;
- static const int m_nbPositions = 10;
+ static const int m_nbPositions = 9;
int m_pos[m_nbServo];
int m_ppos[m_nbPositions][m_nbServo];
public: