mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-12 22:16:05 +09:00
some primitive MONitor thing
This commit is contained in:
@@ -12,7 +12,7 @@ import kotlin.math.ceil
|
||||
|
||||
object SerialHelper {
|
||||
|
||||
private const val SLEEP_TIME = 4L
|
||||
private const val SLEEP_TIME = 1L
|
||||
|
||||
fun sendMessageGetBytes(vm: VM, portNo: Int, message: ByteArray): ByteArray {
|
||||
sendMessage(vm, portNo, message)
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user