mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
added a wait when init I2C, seems to increase stability
This commit is contained in:
parent
ac84e855a9
commit
8eb6f60ba6
3 changed files with 9 additions and 5 deletions
|
@ -2608,7 +2608,7 @@ void __attribute__((noreturn)) AppMain(void) {
|
|||
#endif
|
||||
|
||||
#ifdef WITH_SMARTCARD
|
||||
I2C_init();
|
||||
I2C_init(false);
|
||||
#endif
|
||||
|
||||
#ifdef WITH_FPC_USART
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue