Fix wrong )

master
Markus 2020-04-17 12:45:13 +02:00
parent 5782fa1439
commit 0c129bb10a
1 changed files with 1 additions and 1 deletions

View File

@ -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