mpsoc flash delete command
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
Jakob Meier
2022-03-21 08:53:55 +01:00
parent 5875868f72
commit be45d21486
5 changed files with 16 additions and 9 deletions

View File

@ -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) {
}