mirror of https://github.com/ARMmbed/mbed-os.git
parent
05290a8677
commit
0d469c4bca
|
|
@ -115,6 +115,7 @@ void MCR20Drv_Init
|
||||||
xcvr_spi_configure_speed(gXcvrSpiInstance_c, 8000000);
|
xcvr_spi_configure_speed(gXcvrSpiInstance_c, 8000000);
|
||||||
|
|
||||||
gXcvrDeassertCS_d();
|
gXcvrDeassertCS_d();
|
||||||
|
MCR20Drv_RST_B_Deassert();
|
||||||
RF_IRQ_Init();
|
RF_IRQ_Init();
|
||||||
RF_IRQ_Disable();
|
RF_IRQ_Disable();
|
||||||
mPhyIrqDisableCnt = 1;
|
mPhyIrqDisableCnt = 1;
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,6 @@ extern "C" {
|
||||||
|
|
||||||
#define gXcvrRunState_d gXcvrPwrAutodoze_c
|
#define gXcvrRunState_d gXcvrPwrAutodoze_c
|
||||||
#define gXcvrLowPowerState_d gXcvrPwrHibernate_c
|
#define gXcvrLowPowerState_d gXcvrPwrHibernate_c
|
||||||
#define gXcvrLowPowerState_d gXcvrPwrAutodoze_c
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue