Skip to content
Snippets Groups Projects
Verified Commit a4958ec5 authored by Tobias Triffterer's avatar Tobias Triffterer :house_with_garden:
Browse files

Add Error to Command Enum

In case something goes wrong, it should be possible to send an error
message to the other side...
parent d7557d16
No related branches found
No related tags found
No related merge requests found
Pipeline #2980 passed with stage
in 47 seconds
......@@ -49,6 +49,7 @@ enum class Action {
stopAdc,
fillHistogram,
clearHistogram,
error,
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment