1
0
forked from fsfw/fsfw

separated steps, everything seems to work

This commit is contained in:
2020-09-03 00:17:01 +02:00
parent e8fa9816ce
commit 822a908353
3 changed files with 23 additions and 29 deletions

View File

@ -131,7 +131,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