mirror of
https://github.com/sethm/symon.git
synced 2025-04-09 04:37:13 +00:00
proper status value when SD controller is in write mode
This commit is contained in:
parent
a9a1c1aa52
commit
cc12e8f70a
@ -182,8 +182,9 @@ public class SdController extends Device {
|
||||
case IDLE:
|
||||
return 128;
|
||||
case READ:
|
||||
case WRITE:
|
||||
return 224;
|
||||
case WRITE:
|
||||
return 160;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user