resolve merge conflict
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
Robin Müller 2022-02-28 15:20:46 +01:00
parent cffafb6a6b
commit e250ddc43e
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -24,11 +24,7 @@ class MutexIF;
* @brief Manages handling of SD cards like switching them on or off or getting the current
* state
*/
<<<<<<< HEAD
class SdCardManager : public SystemObject {
=======
class SdCardManager : public SystemObject, public SdCardMountedIF {
>>>>>>> mueller/plpcdu-sus-updates
friend class SdCardAccess;
public: