Project

General

Profile

Revision 901514c8

ID901514c830c4773119c070772800e9dc36c1df68

Added by Priya about 12 years ago

fixed a semicolon

View differences:

control/pid_control.h
9 9

  
10 10
    void change_goal(float goal);
11 11

  
12
    float pid(float input)
12
    float pid(float input);
13 13

  
14 14
  private:
15 15
    int k_p;

Also available in: Unified diff