Updated freqman files and max entries per file

This commit is contained in:
furrtek 2018-05-21 19:10:39 +01:00
parent b813b32593
commit 0222b60b30
12 changed files with 46 additions and 148 deletions

View file

@ -30,8 +30,8 @@
#define __FREQMAN_H__
#define FREQMAN_DESC_MAX_LEN 30
#define FREQMAN_MAX_PER_FILE 30
#define FREQMAN_MAX_PER_FILE_STR "30"
#define FREQMAN_MAX_PER_FILE 99
#define FREQMAN_MAX_PER_FILE_STR "99"
using namespace ui;
using namespace std;