fixed doubly definition of wait_() routines

This commit is contained in:
Markus Fröschle
2013-01-21 13:13:33 +00:00
parent a875f4062a
commit 14ac2e71ba
5 changed files with 15 additions and 42 deletions

View File

@@ -138,7 +138,7 @@ static void xmit_spi_multi(const uint8_t *buff, uint32_t btx)
#endif
static uint32_t card_ready(void)
static bool card_ready(void)
{
uint8_t d;