mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
sx1280: call wakeup after reset of modem
This commit is contained in:
parent
b907bb6fc4
commit
90825e06ef
@ -257,6 +257,7 @@ void SX1280HalWaitOnBusy( void )
|
|||||||
void SX1280HalInit( DioIrqHandler **irqHandlers )
|
void SX1280HalInit( DioIrqHandler **irqHandlers )
|
||||||
{
|
{
|
||||||
SX1280HalReset( );
|
SX1280HalReset( );
|
||||||
|
SX1280HalWakeup();
|
||||||
SX1280HalIoIrqInit( irqHandlers );
|
SX1280HalIoIrqInit( irqHandlers );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user