Skip to content

Commit ab1e012

Browse files
committed
na
1 parent eb4def7 commit ab1e012

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AudioTools/Communication/ESPNowStream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ class ESPNowStream : public BaseStream {
388388
return true;
389389
}
390390

391-
void setupSemaphore() {
391+
inline void setupSemaphore() {
392392
// use semaphore for confirmations
393393
if (cfg.use_send_ack && xSemaphore == nullptr) {
394394
xSemaphore = xSemaphoreCreateBinary();

0 commit comments

Comments
 (0)