mirror of https://github.com/g4klx/MMDVM.git
Fix const compiler issue
This commit is contained in:
parent
000da1889f
commit
98fffb9b77
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue