mirror of
https://github.com/monero-project/monero.git
synced 2025-06-28 08:47:15 -04:00
Merge pull request #5055
6c060e6a
device: proper handling of user input (selsta)
This commit is contained in:
commit
77e96d0948
5 changed files with 43 additions and 9 deletions
|
@ -94,6 +94,7 @@ namespace hw {
|
|||
void logCMD(void);
|
||||
void logRESP(void);
|
||||
unsigned int exchange(unsigned int ok=0x9000, unsigned int mask=0xFFFF);
|
||||
unsigned int exchange_wait_on_input(unsigned int ok=0x9000, unsigned int mask=0xFFFF);
|
||||
void reset_buffer(void);
|
||||
int set_command_header(unsigned char ins, unsigned char p1 = 0x00, unsigned char p2 = 0x00);
|
||||
int set_command_header_noopt(unsigned char ins, unsigned char p1 = 0x00, unsigned char p2 = 0x00);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue