Fix const compiler issue

This commit is contained in:
phl0 2019-01-30 13:02:55 +01:00
parent 000da1889f
commit 98fffb9b77
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include "CalPOCSAG.h"
// POCSAG 600 Hz Test Pattern
const q15_t sine600Hz[] = {
q15_t sine600Hz[] = {
0, 5125, 10125, 14875, 19259, 23169, 26509, 29195, 31163, 32363,
32767, 32363, 31163, 29195, 26509, 23169, 19259, 14875, 10125, 5125,
0, -5126, -10126, -14876, -19260, -23170, -26510, -29196, -31164, -32364,