v1.10.0 #220

Merged
meierj merged 592 commits from develop into main 2022-04-22 07:42:20 +02:00
164 changed files with 4847 additions and 8150 deletions
Showing only changes of commit e250ddc43e - Show all commits

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: