Skip to content

Commit e0139b6

Browse files
committed
Add delay(1) in poll
1 parent 1b4f513 commit e0139b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/CurieBle/src/BlePeripheral.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ void
108108
BlePeripheral::poll()
109109
{
110110
// no-op for now
111+
delay(1);
111112
}
112113

113114
void

0 commit comments

Comments
 (0)