Skip to content

Commit

Permalink
fel-spiflash: Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
iscle committed Aug 6, 2024
1 parent 9f672c5 commit 728d133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fel-spiflash.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void fel_writel(feldev_handle *dev, uint32_t addr, uint32_t val);
#define SUN6I_SPI0_TXD (spi_base(dev) + 0x200)
#define SUN6I_SPI0_RXD (spi_base(dev) + 0x300)

#define V853_SPI_BA_CCR (spi_base(dev) + 0x44)
#define V853_SPI_BA_CCR (spi_base(dev) + 0x44)

#define CCM_SPI0_CLK_DIV_BY_2 (0x1000)
#define CCM_SPI0_CLK_DIV_BY_4 (0x1001)
Expand Down

0 comments on commit 728d133

Please sign in to comment.