software/liblitespi: fix #endif location.
This commit is contained in:
parent
9bdb063b3e
commit
16417cb8f1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue