Skip to content

Commit

Permalink
Merge pull request #2131 from awaittrot/fix-spiram
Browse files Browse the repository at this point in the history
liblitespi: fix typo
  • Loading branch information
enjoy-digital authored Dec 4, 2024
2 parents ec06bf5 + 05dd84a commit e61196b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/soc/software/liblitespi/spiram.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static void spiram_master_write(uint32_t val, size_t len, size_t width, uint32_t
while (!spiram_rx_ready());

/* Clear RX queue. */
spiflash_core_master_rxtx_read();
spiram_core_master_rxtx_read();

/* Clear CS. */
spiram_core_master_cs_write(0);
Expand Down

0 comments on commit e61196b

Please sign in to comment.