mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: enhanced rtrim for command prompt.
This commit is contained in:
parent
80722fe067
commit
c2725bfa99
4 changed files with 14 additions and 13 deletions
|
@ -25,6 +25,9 @@ const char *get_my_executable_path(void);
|
|||
const char *get_my_executable_directory(void);
|
||||
void main_loop(char *script_cmds_file, char *script_cmd, bool usb_present);
|
||||
|
||||
bool hookUpPM3(void);
|
||||
void *uart_receiver(void *targ);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue