Merge pull request #1885 from Alejandro12120/pm3generic-flash

Add a proper way to check if a FW is RDV4
This commit is contained in:
Iceman
2023-01-29 04:29:03 +01:00
committed by GitHub
6 changed files with 14 additions and 2 deletions
+1
View File
@@ -205,6 +205,7 @@ typedef struct {
// rdv4
bool hw_available_flash : 1;
bool hw_available_smartcard : 1;
bool is_rdv4 : 1;
} PACKED capabilities_t;
#define CAPABILITIES_VERSION 6
extern capabilities_t g_pm3_capabilities;