1
0
forked from fsfw/fsfw

separate step for performOp now

This commit is contained in:
2020-10-12 18:28:07 +02:00
parent 140aa3ab42
commit dbcd06527e
3 changed files with 29 additions and 16 deletions

View File

@ -139,7 +139,8 @@ public:
*
* This is used by the child class to tell the base class what to do.
*/
enum CommunicationAction_t: uint8_t {
enum CommunicationAction: uint8_t {
PERFORM_OPERATION,
SEND_WRITE,//!< Send write
GET_WRITE, //!< Get write
SEND_READ, //!< Send read