Corrected number of ORB structs in sdlog2

This commit is contained in:
Julian Oes 2013-06-17 21:02:52 +02:00
parent a25d68440d
commit 52f8565f0b

View File

@ -600,7 +600,7 @@ int sdlog2_thread_main(int argc, char *argv[])
/* --- IMPORTANT: DEFINE NUMBER OF ORB STRUCTS TO WAIT FOR HERE --- */
/* number of messages */
const ssize_t fdsc = 17;
const ssize_t fdsc = 19;
/* Sanity check variable and index */
ssize_t fdsc_count = 0;