Archived
1
0
This commit is contained in:
Jeff Becker 2018-03-09 07:09:57 -05:00
parent 5683e6eba0
commit 6754947dc2
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -137,6 +137,8 @@ type ThreadModel interface {
IsDirty() bool
// mark thread as dirty
MarkDirty()
// is the threa bumplocked?
BumpLock() bool
}
// board interface