Skip to content

Commit

Permalink
changed enum from PID to PID_GAINS
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexter Watkins committed Apr 26, 2018
1 parent d58f4b4 commit 64432d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/include/definitions/enums.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ enum class UNITY_VECTOR : int {
Z = 2
};

enum class PID : int {
enum class PID_GAINS : int {
KP = 0,
KD = 1,
KI = 2
Expand Down

0 comments on commit 64432d1

Please sign in to comment.