mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-11-27 02:46:24 -05:00
Fix syntax error
This commit is contained in:
parent
5c7bd47ec0
commit
c369701b69
1 changed files with 2 additions and 2 deletions
|
|
@ -236,7 +236,7 @@ module tk1(
|
|||
.reset_n(reset_n),
|
||||
|
||||
.spi_ss(spi_ss),
|
||||
.spi_sck(spi_sck)),
|
||||
.spi_sck(spi_sck),
|
||||
.spi_mosi(spi_mosi),
|
||||
.spi_miso(spi_miso),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue