1
0
mirror of https://github.com/marqs85/ossc.git synced 2024-06-07 11:29:36 +00:00

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

View File

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