[FL-3502] SubGhz: fix Protocol not found error message

This commit is contained in:
SkorP
2023-08-16 10:46:08 +04:00
parent 9d7396ee63
commit 0ecec8a711
4 changed files with 44 additions and 46 deletions
+1
View File
@@ -57,6 +57,7 @@ typedef enum {
// Encoder issue
SubGhzProtocolStatusErrorEncoderGetUpload = (-12), ///< Payload encoder failure
// Special Values
SubGhzProtocolStatusErrorProtocolNotFound = (-13), ///< Protocol not found
SubGhzProtocolStatusReserved = 0x7FFFFFFF, ///< Prevents enum down-size compiler optimization.
} SubGhzProtocolStatus;