hw version: display firmware platform info

This commit is contained in:
Philippe Teuwen
2020-09-25 16:39:07 +02:00
parent 42eb98cdda
commit 5e26c096bb
3 changed files with 20 additions and 11 deletions

View File

@@ -24,6 +24,7 @@ typedef struct command_s {
// helpers for command_t IsAvailable
bool AlwaysAvailable(void);
bool IfPm3Present(void);
bool IfPm3Rdv4Fw(void);
bool IfPm3Flash(void);
bool IfPm3Smartcard(void);
bool IfPm3FpcUsart(void);