mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 19:47:29 +02:00
atusb/fw/boot.c (main): reset_rf implies spi_init - no need to call it here
This commit is contained in:
parent
ed6d43bb35
commit
814cf6fd78
@ -43,7 +43,6 @@ int main(void)
|
|||||||
uint32_t loop = 0;
|
uint32_t loop = 0;
|
||||||
|
|
||||||
board_init();
|
board_init();
|
||||||
spi_init();
|
|
||||||
reset_rf();
|
reset_rf();
|
||||||
|
|
||||||
/* now we should be at 8 MHz */
|
/* now we should be at 8 MHz */
|
||||||
|
Loading…
Reference in New Issue
Block a user