Returnvalue for Non Op Soc #160
No reviewers
Labels
No Label
api change
breaking api change
bug
documentation
duplicate
feature
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Depends on
#754 SoC Calculator
eive/eive-obsw
Reference: eive/fsfw#160
Loading…
Reference in New Issue
Block a user
No description provided.
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?
WIP: Returnvalue for Non Op Socto Returnvalue for Non Op Socmerged by magic
Pull request closed