bancada-motores/Control/VF Control/VFControl_sg_rtw/Options.hpp
Pedro Jose Romero Gombau 447269b383 Si
2024-10-28 11:36:48 +01:00

14 lines
248 B
C++

#ifndef __OPTIONS_H___
#define __OPTIONS_H___
#include "simstruc_types.h"
#ifndef MT
#define MT 0 /* MT may be undefined by simstruc_types.h */
#endif
#include "VFControl.h"
#define FULLMULTITHREAD 1
#endif // __OPTIONS_H___