Skip to content

Commit

Permalink
Rename UNKNOWN to SET_ON_TEACH_PENDANT
Browse files Browse the repository at this point in the history
This way it is more explicit what is actually happening.
  • Loading branch information
fmauch committed Sep 5, 2024
1 parent 1d8c366 commit 05bb5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ur_client_library/ur/datatypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ enum class SafetyStatus : int8_t // Only available on 3.10/5.4

enum class AnalogOutputType : int8_t
{
UNKNOWN = -1,
SET_ON_TEACH_PENDANT = -1,
CURRENT = 0,
VOLTAGE = 1
};
Expand Down

0 comments on commit 05bb5f6

Please sign in to comment.