Fix wrong )
parent
5782fa1439
commit
0c129bb10a
|
|
@ -72,7 +72,7 @@
|
|||
if (hrmEventReceived)
|
||||
enabledConsumers = enabledConsumers | switchableConsumers.hrm;
|
||||
// First, coarse indication if the bluetooth device is enabled
|
||||
if (NRF.getSecurityStatus().connected))
|
||||
if (NRF.getSecurityStatus().connected)
|
||||
enabledConsumers = enabledConsumers | switchableConsumers.bluetooth;
|
||||
|
||||
// Reset the event registration vars
|
||||
|
|
|
|||
Loading…
Reference in New Issue