appears to work now
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2022-05-24 00:52:08 +02:00
parent b2c286cd7e
commit 1519b13b78
3 changed files with 13 additions and 10 deletions

View File

@ -13,6 +13,7 @@ class SdCardMountedIF {
virtual sd::SdCard getPreferredSdCard() const = 0;
virtual void setActiveSdCard(sd::SdCard sdCard) = 0;
virtual sd::SdCard getActiveSdCard() const = 0;
private:
};