mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General cleanup and refactor.
This commit is contained in:
@@ -30,13 +30,13 @@
|
||||
// Copyright © 2011-2022 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
namespace Aaru.Core.Devices.Report;
|
||||
|
||||
using System;
|
||||
using Aaru.CommonTypes.Enums;
|
||||
using Aaru.CommonTypes.Metadata;
|
||||
using Aaru.Console;
|
||||
using Spectre.Console;
|
||||
|
||||
namespace Aaru.Core.Devices.Report;
|
||||
using global::Spectre.Console;
|
||||
|
||||
/// <summary>Implements creating a device report for a SecureDigital or MultiMediaCard flash card</summary>
|
||||
public sealed partial class DeviceReport
|
||||
@@ -45,7 +45,7 @@ public sealed partial class DeviceReport
|
||||
public MmcSd MmcSdReport()
|
||||
{
|
||||
var report = new MmcSd();
|
||||
bool sense = true;
|
||||
var sense = true;
|
||||
byte[] cid = Array.Empty<byte>();
|
||||
byte[] csd = Array.Empty<byte>();
|
||||
byte[] ecsd = Array.Empty<byte>();
|
||||
|
||||
Reference in New Issue
Block a user