mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-11 10:23:44 +00:00
Fix number in comment
assembly comment was counting the # of nops.
This commit is contained in:
@@ -31,7 +31,7 @@ func (d Device) WriteByte(c byte) error {
|
|||||||
send_bit:
|
send_bit:
|
||||||
str {maskSet}, {portSet} @ [2] T0H and T0L start here
|
str {maskSet}, {portSet} @ [2] T0H and T0L start here
|
||||||
lsls {value}, #1 @ [1]
|
lsls {value}, #1 @ [1]
|
||||||
nop @ [10]
|
nop @ [13]
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
|
|||||||
Reference in New Issue
Block a user