software/liblitespi: fix #endif location.

This commit is contained in:
Florent Kermarrec 2020-05-20 23:20:45 +02:00
parent 9bdb063b3e
commit 16417cb8f1
1 changed files with 1 additions and 2 deletions

View File

@ -63,8 +63,6 @@ int spiflash_freq_init(void)
return 0; return 0;
} }
#endif
void spiflash_dummy_bits_setup(unsigned int dummy_bits) void spiflash_dummy_bits_setup(unsigned int dummy_bits)
{ {
spiflash_mmap_dummy_bits_write((uint32_t)dummy_bits); spiflash_mmap_dummy_bits_write((uint32_t)dummy_bits);
@ -87,3 +85,4 @@ void spiflash_init(void)
#endif #endif
} }
#endif