mpsoc flash delete command
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
This commit is contained in:
@ -326,12 +326,12 @@ public:
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Class to help creation of flash fclose command.
|
||||
* @brief Class to help creation of flash delete command.
|
||||
*/
|
||||
class FlashDelete: public TcBase {
|
||||
class TcFlashDelete: public TcBase {
|
||||
public:
|
||||
|
||||
FlashDelete(uint16_t sequenceCount) :
|
||||
TcFlashDelete(uint16_t sequenceCount) :
|
||||
TcBase(apid::TC_FLASHDELETE , sequenceCount) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user