Browse Source

simplified calls to round

richarddobson 2 weeks ago
parent
commit
78b9ffa8a3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/modify/delay.c

+ 2 - 2
dev/modify/delay.c

@@ -56,9 +56,9 @@
         added error return if inout more than 2 chans
 */
 
-#ifdef unix
+//#ifdef unix
 #define round(x) lround((x))
-#endif
+//#endif
 
 #define DELAY_BUFLEN    (4096)
 #define ROOTLEN_DELBUF  (2)