mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 01:59:13 -04:00
Updated freqman files and max entries per file
This commit is contained in:
parent
b813b32593
commit
0222b60b30
12 changed files with 46 additions and 148 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue