mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Add disk formatting
This commit is contained in:
committed by
Kyle Schwarz
parent
d70defbf8a
commit
1e5e714f5b
@@ -137,6 +137,11 @@ namespace icsneo
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
size_t getDiskCount() const override
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user