File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
libraries/Bluefruit52Lib/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -177,9 +177,9 @@ class AdafruitBluefruit
177
177
* Optional semaphore for additional event handlers for SD event.
178
178
* It can be used for handling non-BLE SD events
179
179
*------------------------------------------------------------------*/
180
- void setMultiprotocolSemaphore (SemaphoreHandle_t* p_mprot_event_semaphore )
180
+ void setMultiprotocolSemaphore (SemaphoreHandle_t mprot_event_semaphore )
181
181
{
182
- _mprot_event_sem= p_mprot_event_semaphore ;
182
+ _mprot_event_sem= mprot_event_semaphore ;
183
183
}
184
184
#endif
185
185
@@ -229,7 +229,7 @@ class AdafruitBluefruit
229
229
/* Optional semaphore for additional event handlers for SD event.
230
230
* It can be used for handling non-BLE SD events
231
231
*/
232
- SemaphoreHandle_t* _mprot_event_sem;
232
+ SemaphoreHandle_t _mprot_event_sem;
233
233
#endif
234
234
235
235
// Auto LED Blinky
You can’t perform that action at this time.
0 commit comments