Skip to content

Commit 512e8f8

Browse files
committed
Avoid compiler error.
1 parent fb88857 commit 512e8f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/demod_afsk.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
/* No benefit for regular PC. */
6868
/* Should help with microcomputer platform. */
6969

70-
70+
#if 0 // not using anymore
7171
__attribute__((hot)) __attribute__((always_inline))
7272
static inline float z (float x, float y)
7373
{
@@ -81,6 +81,7 @@ static inline float z (float x, float y)
8181
return (y * .941246f + x * .41f);
8282
}
8383
}
84+
#endif
8485

8586
/* Add sample to buffer and shift the rest down. */
8687

0 commit comments

Comments
 (0)