There was an error while loading. Please reload this page.
1 parent eb4def7 commit ab1e012Copy full SHA for ab1e012
1 file changed
src/AudioTools/Communication/ESPNowStream.h
@@ -388,7 +388,7 @@ class ESPNowStream : public BaseStream {
388
return true;
389
}
390
391
- void setupSemaphore() {
+ inline void setupSemaphore() {
392
// use semaphore for confirmations
393
if (cfg.use_send_ack && xSemaphore == nullptr) {
394
xSemaphore = xSemaphoreCreateBinary();
0 commit comments