diff --git a/applications/plugins/dtmf_dolphin/dtmf_dolphin_data.h b/applications/plugins/dtmf_dolphin/dtmf_dolphin_data.h index 13350b14c..f43a1671d 100644 --- a/applications/plugins/dtmf_dolphin/dtmf_dolphin_data.h +++ b/applications/plugins/dtmf_dolphin/dtmf_dolphin_data.h @@ -9,6 +9,7 @@ typedef enum { DTMF_DOLPHIN_TONE_BLOCK_DIALER, DTMF_DOLPHIN_TONE_BLOCK_BLUEBOX, DTMF_DOLPHIN_TONE_BLOCK_REDBOX_US, + DTMF_DOLPHIN_TONE_BLOCK_REDBOX_CA, DTMF_DOLPHIN_TONE_BLOCK_REDBOX_UK, DTMF_DOLPHIN_TONE_BLOCK_MISC, } DTMFDolphinToneSection;