1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-04 10:38:45 -04:00

Merge pull request #859 from srcejon/fix_857

Update table column array sizes to match number of columns in table.
This commit is contained in:
Edouard Griffiths 2021-04-20 21:48:45 +02:00 committed by GitHub
commit 15d1584e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
class Serializable;
// Number of columns in the table
#define ADSBDEMOD_COLUMNS 23
#define ADSBDEMOD_COLUMNS 25
struct ADSBDemodSettings
{