diff options
Diffstat (limited to 'apps/plugins/plasma.c')
| -rw-r--r-- | apps/plugins/plasma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c index 2a3e43e..00287eb 100644 --- a/apps/plugins/plasma.c +++ b/apps/plugins/plasma.c @@ -198,7 +198,7 @@ static void wave_table_generate(void) for (i=0;i<256;++i) { wave_array[i] = (unsigned char)((WAV_AMP - * (sin_int((i * 360 * plasma_frequency) / 256))) / 16384); + * (fp14_sin((i * 360 * plasma_frequency) / 256))) / 16384); } } |