Skip to content

Commit

Permalink
Fix number of dolphin_apps
Browse files Browse the repository at this point in the history
  • Loading branch information
nminaylov authored and xMasterX committed Oct 14, 2022
1 parent 57362b3 commit b003ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions applications/services/dolphin/helpers/dolphin_deed.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -51,8 +51,6 @@ static uint8_t dolphin_deed_limits[] = {
20, // DolphinAppIr
20, // DolphinAppIbutton
20, // DolphinAppBadusb
20, // DolphinAppU2f
20, // DolphinAppGpio
20, // DolphinAppPlugin
};

Expand Down
3 changes: 0 additions & 3 deletions applications/services/dolphin/helpers/dolphin_deed.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ typedef enum {
DolphinAppIr,
DolphinAppIbutton,
DolphinAppBadusb,
DolphinAppU2f,
DolphinAppGpio,
DolphinAppPlugin,
DolphinAppMAX,
} DolphinApp;
Expand Down Expand Up @@ -55,7 +53,6 @@ typedef enum {
DolphinDeedBadUsbPlayScript,

DolphinDeedU2fAuthorized,

DolphinDeedGpioUartBridge,

DolphinDeedPluginStart,
Expand Down

0 comments on commit b003ede

Please sign in to comment.