Fix number of dolphin_apps

This commit is contained in:
nminaylov 2022-10-14 17:46:23 +03:00 committed by MX
parent 57362b3eab
commit b003ede76c
No known key found for this signature in database
GPG Key ID: 6C4C311DFD4B4AB5
2 changed files with 2 additions and 7 deletions

View File

@ -35,9 +35,9 @@ static const DolphinDeedWeight dolphin_deed_weights[] = {
{2, DolphinAppIbutton}, // DolphinDeedIbuttonAdd
{3, DolphinAppBadusb}, // DolphinDeedBadUsbPlayScript
{3, DolphinAppU2f}, // DolphinDeedU2fAuthorized
{3, DolphinAppPlugin}, // DolphinDeedU2fAuthorized
{1, DolphinAppGpio}, // DolphinDeedGpioUartBridge
{1, DolphinAppPlugin}, // DolphinDeedGpioUartBridge
{1, DolphinAppPlugin}, // DolphinDeedPluginStart
{1, DolphinAppPlugin}, // DolphinDeedPluginGameStart
@ -51,8 +51,6 @@ static uint8_t dolphin_deed_limits[] = {
20, // DolphinAppIr
20, // DolphinAppIbutton
20, // DolphinAppBadusb
20, // DolphinAppU2f
20, // DolphinAppGpio
20, // DolphinAppPlugin
};

View File

@ -13,8 +13,6 @@ typedef enum {
DolphinAppIr,
DolphinAppIbutton,
DolphinAppBadusb,
DolphinAppU2f,
DolphinAppGpio,
DolphinAppPlugin,
DolphinAppMAX,
} DolphinApp;
@ -55,7 +53,6 @@ typedef enum {
DolphinDeedBadUsbPlayScript,
DolphinDeedU2fAuthorized,
DolphinDeedGpioUartBridge,
DolphinDeedPluginStart,