remove begin()
This commit is contained in:
@@ -21,7 +21,6 @@ DISPLAY_CLASS display;
|
|||||||
bool radio_init()
|
bool radio_init()
|
||||||
{
|
{
|
||||||
rtc_clock.begin(Wire);
|
rtc_clock.begin(Wire);
|
||||||
SPI.begin();
|
|
||||||
return radio.std_init(&SPI);
|
return radio.std_init(&SPI);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user