mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-02 22:17:49 +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:
|
||||
str {maskSet}, {portSet} @ [2] T0H and T0L start here
|
||||
lsls {value}, #1 @ [1]
|
||||
nop @ [10]
|
||||
nop @ [13]
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
|
||||
Reference in New Issue
Block a user