mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code style and feature fixes.
This commit is contained in:
@@ -183,7 +183,7 @@ public sealed partial class DeviceReport
|
||||
return evpds.Count > 0 ? evpds : null;
|
||||
}
|
||||
|
||||
byte[] ClearPage83(byte[] pageResponse)
|
||||
static byte[] ClearPage83(byte[] pageResponse)
|
||||
{
|
||||
if(pageResponse?[1] != 0x83)
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user