Returnvalue for Non Op Soc #160
Reference in New Issue
Block a user
Delete Branch "pwr-ctrl"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -85,6 +85,7 @@ class DeviceHandlerIF {static const ReturnValue_t NO_REPLY_EXPECTED = MAKE_RETURN_CODE(0xA8);static const ReturnValue_t NON_OP_TEMPERATURE = MAKE_RETURN_CODE(0xA9);static const ReturnValue_t COMMAND_NOT_IMPLEMENTED = MAKE_RETURN_CODE(0xAA);static const ReturnValue_t NON_OP_SOC = MAKE_RETURN_CODE(0xAB);Maybe it would be better to use the full name here or at least write the abbreviation in a comment?
merged by magic
Pull request closed