rt_benchs/communication_techniques/include/csq_2_comm.h

8 lines
153 B
C

#ifndef _SPECIFIC_COMM_H_
#define _SPECIFIC_COMM_H_ 1
#define SLOTS 2 /* Value used in the article, section V.A */
#include <csq_common_comm.h>
#endif