fix
This commit is contained in:
parent
5683e6eba0
commit
6754947dc2
@ -137,6 +137,8 @@ type ThreadModel interface {
|
|||||||
IsDirty() bool
|
IsDirty() bool
|
||||||
// mark thread as dirty
|
// mark thread as dirty
|
||||||
MarkDirty()
|
MarkDirty()
|
||||||
|
// is the threa bumplocked?
|
||||||
|
BumpLock() bool
|
||||||
}
|
}
|
||||||
|
|
||||||
// board interface
|
// board interface
|
||||||
|
Reference in New Issue
Block a user