bancada-motores/Speedgoat/Control/VF Control/VFControl_sg_rtw/Options.hpp
Pedro Jose Romero Gombau 3d8f36d8e0 Diseño 3D
2025-05-22 14:56:46 +02: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___