瀏覽代碼

simplified calls to round

richarddobson 3 周之前
父節點
當前提交
6a33af3186
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      dev/standalone/strans_multi.c

+ 2 - 2
dev/standalone/strans_multi.c

@@ -47,9 +47,9 @@
 #include <modicon.h>
 #include <modicon.h>
 #include <arrays.h>
 #include <arrays.h>
 
 
-#ifdef unix
+//#ifdef unix
 #define round(x) lround((x))
 #define round(x) lround((x))
-#endif
+//#endif
 
 
 char errstr[2400];
 char errstr[2400];