Skip to content

Commit 7972668

Browse files
Changed data_type to uint32_t
1 parent 945b8ad commit 7972668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ur_client_library/primary/robot_message/error_code_message.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ struct ErrorCode
5757
int32_t message_code{-1};
5858
int32_t message_argument{-1};
5959
ReportLevel report_level{ReportLevel::DEBUG};
60-
uint8_t data_type{0};
60+
uint32_t data_type{0};
6161
uint32_t data{0};
6262
std::string text;
6363
uint64_t timestamp{0};

0 commit comments

Comments
 (0)