mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-25 00:48:59 +00:00
rename busy fields to isBusy
This commit is contained in:
committed by
deadprogram
parent
807ae3da9b
commit
2e007a6de7
@@ -25,6 +25,6 @@ func (d *Device) Configure(c Config) error {
|
||||
d.cs = cs.Set
|
||||
d.dc = dc.Set
|
||||
d.rst = rst.Set
|
||||
d.busy = busy.Get
|
||||
d.isBusy = busy.Get
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user