Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Dec 23, 2024
1 parent 1b1a638 commit 81a1347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spiSerial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function spi_xfer(self::Pi, handle, data)

# Don't raise exception. Must release lock.
bytes = u2i(_pigpio_command_ext(
self.sl, _PI_CMD_SPIX, handle, 0, length(data), data, false))
self.sl, _PI_CMD_SPIX, handle, 0, length(data), data, false))
if bytes > 0
data = rxbuf(self,bytes)
else
Expand Down

0 comments on commit 81a1347

Please sign in to comment.