mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-10 05:01:50 +09:00
debug panels for COM
This commit is contained in:
@@ -5,7 +5,7 @@ import java.util.concurrent.atomic.AtomicInteger
|
||||
|
||||
abstract class BlockTransferInterface(val isMaster: Boolean, val isSlave: Boolean) {
|
||||
|
||||
protected var recipient: BlockTransferInterface? = null
|
||||
var recipient: BlockTransferInterface? = null; protected set
|
||||
|
||||
val ready = AtomicBoolean(true)
|
||||
val busy = AtomicBoolean(false)
|
||||
|
||||
Reference in New Issue
Block a user