bump max number of profiles to 15

This commit is contained in:
marqs 2018-10-22 21:47:25 +03:00
parent ad056f249f
commit c250042cdb
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include "video_modes.h"
#include "flash.h"
#define MAX_PROFILE 9
#define MAX_PROFILE (MAX_USERDATA_ENTRY-1)
#define INIT_CONFIG_SLOT MAX_USERDATA_ENTRY
#define UDATA_IMPT_CANCELLED 104