Skip to content

Commit

Permalink
Increase NUM_OF_PIPES from 20 to 50
Browse files Browse the repository at this point in the history
Resolves amsat-dl#4
  • Loading branch information
M0LTE committed Jul 21, 2023
1 parent 48dc56c commit 5bfdb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hsmodem/libkmaudio/libkmaudio_fifo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

#include "libkmaudio.h"

#define NUM_OF_PIPES 20
#define NUM_OF_PIPES 50

#ifdef WIN32
CRITICAL_SECTION crit_sec[NUM_OF_PIPES];
Expand Down

0 comments on commit 5bfdb4b

Please sign in to comment.