Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolay Minaylov <nm29719@gmail.com>2022-04-28 20:20:59 +0300
committerGitHub <noreply@github.com>2022-04-28 20:20:59 +0300
commit4526503d818d8a628598fe60f13b143f1a0b4116 (patch)
treea3c71603b7dbac892f53b0bcf2f342f054d7bc33 /applications/subghz/subghz_i.h
parentaf5e03ecb7123286116de685faf86c66c18a60d7 (diff)
[FL-2456] App notifications update (#1175)
* Notifications update: SubGHz * Notifications: ibutton, infrared, rfid
Diffstat (limited to 'applications/subghz/subghz_i.h')
-rw-r--r--applications/subghz/subghz_i.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/applications/subghz/subghz_i.h b/applications/subghz/subghz_i.h
index 37d0d6ef..1e917af5 100644
--- a/applications/subghz/subghz_i.h
+++ b/applications/subghz/subghz_i.h
@@ -41,8 +41,9 @@
typedef enum {
SubGhzNotificationStateStarting,
SubGhzNotificationStateIDLE,
- SubGhzNotificationStateTX,
- SubGhzNotificationStateRX,
+ SubGhzNotificationStateTx,
+ SubGhzNotificationStateRx,
+ SubGhzNotificationStateRxDone,
} SubGhzNotificationState;
/** SubGhzTxRx state */