Masterctrl/Sources/GlobalDefine.h
J-F Martel f4fc549a8a Dev.
2016-01-15 14:43:58 -05:00

12 lines
175 B
C

#ifndef GLOBALDEFINE_H
#define GLOBALDEFINE_H
#include "QDebug"
#define RET_OK 1
#define RET_ERROR 0
#define ETHERNET_NETWORK_STATUS_TIMEOUT 5000
#endif // GLOBALDEFINE_H