mirror of
https://github.com/sethm/symon.git
synced 2025-04-12 23:37:07 +00:00
NPE fix and reset position on every command
This commit is contained in:
parent
3a40d35fdf
commit
7cb4e1c945
@ -54,7 +54,7 @@ public class SdController extends Device {
|
||||
private int lba0,lba1,lba2;
|
||||
private int command;
|
||||
private int position;
|
||||
private Status status;
|
||||
private Status status = Status.IDLE;
|
||||
|
||||
|
||||
public SdController(int address) throws MemoryRangeException {
|
||||
@ -161,6 +161,7 @@ public class SdController extends Device {
|
||||
default:
|
||||
this.status = Status.IDLE;
|
||||
}
|
||||
computePosition();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user