link error fix.

This commit is contained in:
Jean-François DEL NERO 2022-11-28 23:00:39 +01:00
parent 5917e0c8f3
commit e2cf1239b1
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
const unsigned char rds_stream_dump[33801];
const uint16_t rds_dump[327*4];
extern const unsigned char rds_stream_dump[];
extern const uint16_t rds_dump[];