This commit is contained in:
MX
2023-05-31 10:39:11 +03:00
parent c0d80a4f83
commit 6374474b25
2 changed files with 2 additions and 4 deletions

View File

@@ -27,8 +27,6 @@ typedef enum {
SubGhzKeystoreEncryptionAES256,
} SubGhzKeystoreEncryption;
SubGhzKeystore* subghz_keystore_alloc() {
SubGhzKeystore* instance = malloc(sizeof(SubGhzKeystore));